]> granicus.if.org Git - postgresql/commit
Bring DatabaseMetaData feature tests up to date:
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 8 Jul 2001 08:31:08 +0000 (08:31 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 8 Jul 2001 08:31:08 +0000 (08:31 +0000)
commit2d9ee0fc551629d57b40c071d5ff8fc28e9e32bf
tree0b4a578a7f53a5f2b1d672049164090dbe601705
parentea88062c29aca410535c75c3b7aef1937bd74a47
Bring DatabaseMetaData feature tests up to date:

* NULLs are sorted differently in 7.2
* table correlation names are supported
* GROUP BY, ORDER BY unrelated is supported since 6.4
* ESCAPE/LIKE only supported since 7.1
* outer joins only since 7.1
* preferred term for procedure is "function"
* preferred term for catalog is "database"
* supports SELECT for UPDATE since 6.5
* supports subqueries
* supports UNION; supports UNION ALL since 7.1
* update some of the max lengths to match reality
* rearrange some functions to match the order in the spec
  for easier maintenance
src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java