Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Code Review 2 Changes

51 bytes added, 22:46, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
== General ==
* Run server with connections file that has no port
|-
|Why does DB add quotes to column names that where not original quoted e.g. if a column name contains $ ?
|?
|-
|Check meta data that jdbc driver returns if column names are quoted e.g. name, value, cache
|'name','value' they are quoted
|-
|Check what happens if table with column sizes that exceeds page size for a row. If there is limit, then move virtual columns to tables instead