Research Findings - PostgreSQLAdapter
Work of Grace Batumbya and Anastasia Semionova
- the timeout feature is implemented by the MySQL JDBC driver, but NOT by PostgreSQL
- CLOB is supported by MySQL, but NOT by PostgreSQL
- the records are ordered by MySQL, but NOT by PostgreSQL
- Default orderBy research 2/17/2011 (NULL values are organized differently by PostgreSQL.)
- Unit Testing for non Default SQL Adapter
Work of Grace Batumbya and Minoo Ziaei
- PostgreSQL Adapter Project - Resources
- Concept of Adapter [1]
- FOSSLC PostgreSQL