Changeset 2749
- Timestamp:
- 06/05/2008 04:28:12 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Pgsql.php
r2731 r2749 275 275 END AS "Type", 276 276 -- Null 277 CASE WHEN pg_attribute.attnotnull THEN \' \'277 CASE WHEN pg_attribute.attnotnull THEN \'NO\' 278 278 ELSE \'YES\' 279 279 END AS "Null",
