Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
AnastasiaS (talk | contribs) (→Task Summary) |
AnastasiaS (talk | contribs) (→Task Summary) |
||
Line 37: | Line 37: | ||
| | | | ||
|- | |- | ||
− | |a<code>ppendMatchStatement</code> | + | |a<code>ppendMatchStatement</code> <br/> NOTE: PostreSQL has only AND, OR and NOT. (?other tests are commented out?) |
− | + | | DONE | |
| DONE | | DONE | ||
|- | |- |
Revision as of 12:42, 17 February 2011
- Extend SQLAdapter to support PostgreSQL.
- SQLAdapter is used to manipulate data in existing schemas (DML)
Task Summary
Task | Status | Test Status |
---|---|---|
Implement | ||
appendIdentityColumn
|
||
appendIdentityPrefix
|
||
appendIdentitySuffix
|
||
appendIdentityValue
|
||
appendInfixHint
|
||
appendLiteral
|
DONE | |
appendMatchStatement NOTE: PostreSQL has only AND, OR and NOT. (?other tests are commented out?) |
DONE | DONE |
appendNoRowsBlock
|
||
appendNoRowsEnd
|
||
appendNoRowsStart
|
||
appendPrefixHint
|
||
appendStringLengthPrefix
|
DONE | DONE |
appendSubstringPrefix
|
DONE | DONE |
appendSuffixHint
|
||
appendTableHint
|
||
appendTypeConversion
|
||
bindIdentity
|
||
createSchemaManager
|
DONE | |
getDuplicateKeyName
|
||
getIdentityValue
|
||
getMaxTime
|
DONE | |
getMinTime
|
DONE | |
getTestSQL
|
DONE | |
indexNameMatches
|
||
isBatchSupported
|
DONE | |
isBatchUpdateCountSupported
|
DONE | |
isBatchable
|
DONE | |
isDateRangeException
|
DONE | |
isDeadlockException
|
DONE ? | |
isDuplicateKeyException
|
DONE ? | |
isLiteral
|
||
isLockTimeoutException
|
DONE ? | |
isQueryTimeoutException
|
DONE | |
isUnicode
|
DONE | |
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |