- 20 12月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
PostgreSQL compatibility: the PgServer was not working properly when the setting database_to_upper was set to false.
-
由 Thomas Mueller 提交于
JdbcDataSource: the methods setUrl and getUrl where added as aliases for setURL and getURL. This should solve problems with the HikariCP (Hikari connection pool).
-
- 19 12月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
- 18 12月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
H2 Console: when loading the schema, incorrect JDBC calls where issued, which caused the exception "Column PRECISION not found".
-
- 14 12月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 12月, 2013 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 03 12月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 02 12月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 27 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 25 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Slightly reduce the memory cost of View metadata, helps with people who have lots and lots of views, and there is no real performance gain in caching the plan SQL string
-
- 22 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 21 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 20 11月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
The collation can now be set in the database URL, even if there are data tables, if the collection is the same as the current collation.
-
- 18 11月, 2013 3 次提交
-
-
由 noelgrandin 提交于
Added support for ON DUPLICATE KEY UPDATE like MySQL with the values() function to update with the value that was to be inserted. Patch from Jean-Francois Noel.
-
由 noelgrandin 提交于
-
由 Thomas Mueller 提交于
-
- 17 11月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 11 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 06 11月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 11月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 30 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 10月, 2013 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Issue 517: Create or replace view statement has no effect on the others already existing JDBC connection
-
- 25 10月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Issue 518: java.sql.Connection.commit() freezes after LOB modification with EXCLUSIVE connection
-
- 24 10月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
Improve error message when dropping an index that belongs to a constraint, specify constraint in error message.
-
- 22 10月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
- 19 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 10月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
For in-memory databases, queries with a "group by" column that is also a hash index threw a RuntimeException.
-
- 10 10月, 2013 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 09 10月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Make ValueGeometry#getDimensionCount more reliable. Add unit test to check for illegal ValueGeometry comparison Add unit test for conversion of Geometry object into Object Add optional export to MANIFEST.MF for JTS Geometry classes Validate that geometry values can be represented in WKB.
-