- 05 9月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
bug introduced with 29c9cc75 "Merge pull request #323 from Akkuzin/regexp_match_enhance"
-
由 Noel Grandin 提交于
-
- 04 9月, 2016 5 次提交
-
-
由 Sergi Vladykin 提交于
-
由 Sergi Vladykin 提交于
-
由 Sergi Vladykin 提交于
-
由 Konstantin Shaposhnikov 提交于
Prior to the fix the test would fail with NPE: Exception in thread "main" java.lang.NullPointerException at org.postgresql.jdbc2.AbstractJdbc2ResultSet.checkColumnIndex(AbstractJdbc2ResultSet.java:2619) at org.postgresql.jdbc2.AbstractJdbc2ResultSet.checkResultSet(AbstractJdbc2ResultSet.java:2637) at org.postgresql.jdbc2.AbstractJdbc2ResultSet.getInt(AbstractJdbc2ResultSet.java:2005) at org.h2.test.server.TestPGServer.testPrepareWithUnspecifiedType(TestPGServer.java:76) at org.h2.test.server.TestPGServer.test(TestPGServer.java:44) at org.h2.test.server.TestPGServer.main(TestPGServer.java:29)
-
由 Sergi Vladykin 提交于
-
- 03 9月, 2016 1 次提交
-
-
由 Konstantin Shaposhnikov 提交于
According to https://www.postgresql.org/docs/9.1/static/protocol-flow.html The Describe message (statement variant) specifies the name of an existing prepared statement (or an empty string for the unnamed prepared statement). The response is a ParameterDescription message describing the parameters needed by the statement, followed by a RowDescription message describing the rows that will be returned when the statement is eventually executed (or a NoData message if the statement will not return rows)
-
- 17 8月, 2016 1 次提交
-
-
由 avp1983 提交于
* translation console start * translation continue * translation continue * translation console start * translation continue * translation continue * translation correction * translation correction
-
- 16 8月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
Fix document of return value of TIMESTAMPADD method
-
- 15 8月, 2016 2 次提交
-
-
由 Sadayuki Furuhashi 提交于
-
由 Sergi Vladykin 提交于
-
- 14 8月, 2016 1 次提交
-
-
由 Steve McLeod 提交于
Added Travis CI config
-
- 12 8月, 2016 4 次提交
-
-
由 Noel Grandin 提交于
Caching result of Calendar.get(Calendar.ZONE_OFFSET)
-
由 Steve McLeod 提交于
-
由 Steve McLeod 提交于
-
由 Steve McLeod 提交于
-
- 11 8月, 2016 2 次提交
-
-
由 Sergi Vladykin 提交于
Updated the H2 "Commercial Support" info as it was out of date
-
由 Steve McLeod 提交于
-
- 10 8月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
Update to servlet API version 3.1.0 from 3.0.1
-
由 Noel Grandin 提交于
ChangeFileEncryption progress logging ignores -quiet flag
-
- 09 8月, 2016 1 次提交
-
-
由 Stefan Bodewig 提交于
-
- 08 8月, 2016 1 次提交
-
-
由 Mat Booth 提交于
-
- 07 8月, 2016 2 次提交
-
-
由 Sergi Vladykin 提交于
Update russian translation
-
由 avp1983 提交于
-
- 06 8月, 2016 1 次提交
-
-
由 Sergi Vladykin 提交于
Make Row an interface
-
- 05 8月, 2016 4 次提交
-
-
由 Noel Grandin 提交于
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
Regular expression functions (REGEXP_REPLACE, REGEXP_LIKE) enhancement
-
- 04 8月, 2016 4 次提交
-
-
由 Anton Akkuzin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
(a) on modern platforms, it's way faster to call this (b) its more accurate (c) on my SSD, queries are fast enough the System.currentTimeMillis does not provide a decent measurement
-
由 Sergi Vladykin 提交于
-
- 02 8月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 01 8月, 2016 3 次提交
-
-
由 Anton Akkuzin 提交于
-
-
由 Sergi Vladykin 提交于
-
- 30 7月, 2016 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-