Slashdot Mirror


User: kevpie

kevpie's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Neither are correct. on Optimizations - Programmer vs. Compiler? · · Score: 1

    Anyone consider negative ptrs and 1's compliment -0 ?

    In 1's complement can you have -NULL or a NEGULL or would you a NEGANULL?

  2. Re:Finally on PostgreSQL 8.0 Released · · Score: 1


    How about MSSQL
    Select [OrderID] FROM [Orders] WHERE [CustomerID] = 'xxxxx'

    PGSQL
    Select "OrderID" FROM "Orders" WHERE "CustomerID" = 'xxxxx'

    If you could tell MSSQL to quote all entities using their []'s you could more easily transform it.

    Actually isn't the case sensitivity in MSSQL irrelivant anyways?

  3. Re:Finally on PostgreSQL 8.0 Released · · Score: 1

    How about MSSQL Select [OrderID] FROM [Orders] WHERE [CustomerID] = 'xxxxx' PGSQL Selct "OrderID" FROM "Orders" WHERE "CustomerID" = 'xxxxx' If you could tell MSSQL to quote all entities using their []'s you could more easily transform it. Actually isn't the case sensitivity in MSSQL irrelivant anyways?

  4. How 1337 are you? on Defining Google · · Score: 2, Insightful

    90% of programmers believe that they are in the 10% of programmers.