- 09 2月, 2018 1 次提交
-
-
由 thomasmueller 提交于
-
- 24 1月, 2018 1 次提交
-
-
由 thomasmueller 提交于
-
- 22 1月, 2018 1 次提交
-
-
由 Evgenij Ryazanov 提交于
-
- 16 1月, 2018 3 次提交
-
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
Implement JdbcBlob.getBinaryStream() and JdbcClob.getCharacterStream() with pos and length arguments
-
- 15 1月, 2018 1 次提交
-
-
由 Prashant Bhat 提交于
-
- 12 1月, 2018 3 次提交
-
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
由 Evgenij Ryazanov 提交于
-
- 11 12月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
found by UCDetector
-
- 24 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
required passing the Column down to Value#convertTo Note that the test code in testscript.sql was pulled from maxenglander's PR #572
-
- 17 6月, 2017 1 次提交
-
-
由 httpdigest 提交于
When using CHAR(N) in PostgreSQL any inserted value smaller than N characters will be right-padded with spaces to fill all N characters. See: https://www.postgresql.org/docs/9.1/static/datatype-character.html This change adds an additional Mode.padFixedStrings and set it to true in the PostgreSQL Mode. Any value converted to a ValueStringFixed at INSERT will be right-padded with spaces. For additional infos see the H2 Google Groups post: https://groups.google.com/forum/#!topic/h2-database/Luaxdrl137Y
-
- 22 2月, 2017 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-
- 16 10月, 2016 1 次提交
-
-
由 Vitaly Dyachkov 提交于
-
- 11 10月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 05 10月, 2015 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-
- 31 7月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 09 4月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
References to BLOB and CLOB objects now have a timeout. The configuration setting is LOB_TIMEOUT (default 5 minutes). This should avoid growing the database file if there are many queries that return BLOB or CLOB objects, and the database is not closed for a longer time.
-
- 10 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
Some CLOB and BLOB values could no longer be read when the original row was removed (even when using the MVCC mode).
-
- 22 6月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 3月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 3月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 2月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 1月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 1月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
Store CLOBs and BLOBs in maps (StreamStore) to improve performance and avoid using a second connection. (WIP)
-
- 20 1月, 2014 1 次提交
-
-
由 noelgrandin 提交于
-
- 19 1月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 1月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 12月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 12月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 23 9月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 9月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 9月, 2013 4 次提交
-
-
由 noelgrandin 提交于
inline the "create temporary LOBs" methods into the constructor so that I can make more fields final
-
由 noelgrandin 提交于
re-organise LobStorageBackend code a little, so we don't need to correct the precision of a CLOB later on
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Simplify the code and only store DataHandler.
-
- 24 6月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-