Open main menu

CDOT Wiki β

Research Findings - PostgreSQLAdapter

Revision as of 14:04, 8 July 2011 by Peter.liu (talk | contribs) (Blogs of Grace Batumbya)

Blogs of Grace Batumbya

  • PostgreSQL Windows x64: Enabling UUID-OSSP.sql [1]
  • PostgreSQL - Compare bytea data to a Large Object on the server side [2]

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.
    • problem solved with feedback from NexJ
  • The records are ordered by MySQL, but NOT by PostgreSQL.
    • problem solved with feedback from NexJ
  • 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