Difference between revisions of "PostgreSQL Adapter Project - Extending SQLAdapter"
AnastasiaS (talk | contribs) (→Task Summary) |
AnastasiaS (talk | contribs) (→Task Summary) |
||
Line 41: | Line 41: | ||
| DONE | | DONE | ||
|- | |- | ||
− | |<code>appendNoRowsBlock</code> | + | |<code>appendNoRowsBlock</code> <br/> NOTE: Cannot use conditional statement outside<br/> stored procedure |
− | | | + | | N/A |
− | | | + | | ? |
|- | |- | ||
|<code>appendNoRowsEnd</code> | |<code>appendNoRowsEnd</code> | ||
− | | | + | | N/A |
− | | | + | | ? |
|- | |- | ||
|<code>appendNoRowsStart</code> | |<code>appendNoRowsStart</code> | ||
− | | | + | | N/A |
− | | | + | | ? |
|- | |- | ||
|<code>appendPrefixHint</code> | |<code>appendPrefixHint</code> |
Revision as of 14:59, 25 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 | DONE |
appendMatchStatement NOTE: PostreSQL doesn't have weight option. test fails on last assert (didn't find solution in postgreSQL doc) |
DONE ? | DONE |
appendNoRowsBlock NOTE: Cannot use conditional statement outside stored procedure |
N/A | ? |
appendNoRowsEnd
|
N/A | ? |
appendNoRowsStart
|
N/A | ? |
appendPrefixHint
|
||
appendStringLengthPrefix
|
DONE | DONE |
appendSubstringPrefix
|
DONE | DONE |
appendSuffixHint
|
||
appendTableHint
|
||
appendTypeConversion
|
DONE | DONE |
bindIdentity
|
||
createSchemaManager
|
DONE | |
getDuplicateKeyName
|
DONE | |
getIdentityValue
|
||
getMaxTime
|
DONE | |
getMinTime
|
DONE | |
getTestSQL
|
DONE | |
indexNameMatches
|
||
isBatchSupported
|
DONE | |
isBatchUpdateCountSupported
|
DONE | |
isBatchable
|
DONE | |
isDateRangeException
|
DONE | |
isDeadlockException
|
DONE ? | |
isDuplicateKeyException
|
DONE ? | |
isLiteral
|
DONE | |
isLockTimeoutException
|
DONE ? | |
isQueryTimeoutException
|
DONE | |
isUnicode
|
DONE | |
Override | ||
appendLiteral(StringBuffer buf, String sValue)
|
DONE |