Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Code Review 2 Changes

328 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
|The default for most TOAST-able data types is that Compression will be attempted first, then out-of-line storage if the row is still too big.http://www.postgresql.org/docs/8.4/interactive/storage-toast.html
|-
|Are postgresql functions atomictransaction safe?|'''YES'''
|-
|Check if size of column storage for characters can be specified
|
|}
 
== Classes ==
|isImplicitConversion
* start off by returning true, run unit test and for those that fail, return false
|'''DONE'''
|
|-
|installLoginConfig
* use sqlAdapter.appendLiteral
|'''DONE'''
|
|}
|encoding and collation
* get values from custom properties
|'''DONE'''
|
|-
|add comment that locktimeout exception is not support on postgresql
|'''DONE'''
|
|-
|
|-
|set default owner to nexjnexjsa|'''DONE'''
|
|}