Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Code Review 1 Changes

414 bytes added, 11:16, 20 April 2011
Classes
* Does <code>extract(epoch from value)</code> return milliseconds?
* What encoding (UTF-8 and/or UTF-16) does PostgreSQL use for unicode? Can this be configured per column?
 
=Classes=
==PostgreSQLAdapter==
* Add parentheses to enforce operation order
**appendMatchExpression
**
* Implement setQueryTime with Timer object
** if code variation is limited, extract to SQLAdapter
* Use toMetadataCase and toDatabaseCase instead of toLowerCase/toUpperCase
** indexNameMatches
* Refactor escaping literals
** May be make use isLiteral
* Implement query locking for aggregate queries (i.e. repeatable read + exclusive lock)
 
 
==PostgreSQLSchemaManager==
1
edit