Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Code Review 1 Changes

48 bytes added, 12:31, 3 June 2011
PostgreSQLAdapter
| Refactor escaping literals
* May be make use isLiteral
|'''DONE'''
|
|-
* Add parentheses to enforce operation order
* Remove implementation of MatchNode.WEIGHT.SYMBOL
|'''DONE'''
|
|-
|-
| appendLiteral
* Check if timestamp'' accepts java.sql.timestamp.toString() format
* If boolean constants are supported, use those instead of string 't'/'f'
|'''DONE'''
|
|-
| isLiteral
* Use string.length and binary.getSize to ensure less than 1GB
|'''DONE'''
|
|-
* Ensure to_timestamp accepts milliseconds
* Ensure case Primitive.TIMESTAMP_ORDINAL: returns milliseconds (extract(epoch from
|'''DONE'''
|
|-
1
edit

Navigation menu