1. 05 9月, 2016 5 次提交
    • Konstantin Shaposhnikov's avatar
      pg: respect format codes from Bind message when sending results · 696a50ed
      Konstantin Shaposhnikov 提交于
      From https://www.postgresql.org/docs/9.1/static/protocol-message-formats.html:
      
        Bind (F)
      
        ...
      
        After the last parameter, the following fields appear:
      
        Int16
      
          The number of result-column format codes that follow (denoted R
          below). This can be zero to indicate that there are no result
          columns or that the result columns should all use the default
          format (text); or one, in which case the specified format code is
          applied to all result columns (if any); or it can equal the actual
          number of result columns of the query.
      
        Int16[R]
      
          The result-column format codes. Each must presently be zero (text)
          or one (binary).
      
      Also fix testBinaryTypes test:
      
      - force binary by setting prepareThreshold to -1
      - handle REAL type as float
      
      Without the fix the corrected test testBinaryTypes fails:
      
        05:25:02 21:55:02.666 org.h2.test.unit.TestPgServer Expected: 12345678 actual: 825373492
        Exception in thread "main" java.lang.AssertionError: Expected: 12345678 actual: 825373492
            at org.h2.test.TestBase.fail(TestBase.java:464)
            at org.h2.test.TestBase.assertEquals(TestBase.java:617)
            at org.h2.test.unit.TestPgServer.testBinaryTypes(TestPgServer.java:404)
            at org.h2.test.unit.TestPgServer.test(TestPgServer.java:51)
            at org.h2.test.unit.TestPgServer.main(TestPgServer.java:41)
      696a50ed
    • Konstantin Shaposhnikov's avatar
      Update postgresql JDBC driver version in pom.xml · 89c07ea5
      Konstantin Shaposhnikov 提交于
      To be in sync with Build.java
      89c07ea5
    • Noel Grandin's avatar
      update changelog · d45b830c
      Noel Grandin 提交于
      d45b830c
    • Noel Grandin's avatar
      fix test case · 51dcde95
      Noel Grandin 提交于
      bug introduced with 29c9cc75 "Merge pull request #323 from
      Akkuzin/regexp_match_enhance"
      51dcde95
    • Noel Grandin's avatar
      ignore summary line when compiling stored procedure · 3e78c03a
      Noel Grandin 提交于
      3e78c03a
  2. 04 9月, 2016 5 次提交
  3. 03 9月, 2016 1 次提交
  4. 17 8月, 2016 1 次提交
    • avp1983's avatar
      Update russian translation (#337) · 57a2c96f
      avp1983 提交于
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation console start
      
      * translation continue
      
      * translation continue
      
      * translation correction
      
      * translation correction
      57a2c96f
  5. 16 8月, 2016 1 次提交
  6. 15 8月, 2016 2 次提交
  7. 14 8月, 2016 1 次提交
  8. 12 8月, 2016 4 次提交
  9. 11 8月, 2016 2 次提交
  10. 10 8月, 2016 2 次提交
  11. 09 8月, 2016 1 次提交
  12. 08 8月, 2016 1 次提交
  13. 07 8月, 2016 2 次提交
  14. 06 8月, 2016 1 次提交
  15. 05 8月, 2016 4 次提交
  16. 04 8月, 2016 4 次提交
  17. 02 8月, 2016 2 次提交
  18. 01 8月, 2016 1 次提交