Difference between revisions of "Research Findings - PostgreSQLAdapter"

From CDOT Wiki
Jump to: navigation, search
(Work of Grace Batumbya and Anastasia Semionova)
(Work of Grace Batumbya and Anastasia Semionova)
Line 1: Line 1:
 +
 +
== Blogs of Grace Batumbya ==
 +
* PostgreSQL - Compare bytea data to a Large Object on the server side [http://gbatumbya.wordpress.com/2011/06/08/postgresql-compare-bytea-data-to-a-large-object-on-server-side/]
  
 
== Work of Grace Batumbya and Anastasia Semionova ==
 
== Work of Grace Batumbya and Anastasia Semionova ==

Revision as of 11:21, 9 June 2011

Blogs of Grace Batumbya

  • PostgreSQL - Compare bytea data to a Large Object on the server side [1]

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