- 07 5月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 01 5月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
The optimization for IN(...) queries combined with OR could result in a strange exception of the type "column x must be included in the group by list".
-
- 22 4月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Fix bug in optimising SELECT * FROM A WHERE X=1 OR X=2 OR X=3 into SELECT * FROM A WHERE X IN (1,2,3)
-
- 20 4月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 4月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 09 4月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 4月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 4月, 2013 2 次提交
-
-
由 noelgrandin 提交于
Issue 274: Sybase/MSSQLServer compatibility - support index clause e.g. "select * from test (index table1_index)"
-
由 noelgrandin 提交于
-
- 03 4月, 2013 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Fix Issue 389: When there is a multi-column primary key, H2 does not seem to always pick the right index
-
- 02 4月, 2013 3 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 29 3月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 3月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Add new collation command SET BINARY_COLLATION UNSIGNED, helps with people testing BINARY columns in MySQL mode.
-
- 22 3月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 19 3月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 18 3月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
- 17 3月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 16 3月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 3月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
H2 Console: the session timeout can now be configured using the system property "h2.consoleTimeout".
-
- 27 2月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 23 2月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
Issue 431: Improved compatibility with MySQL: support for "ENGINE=InnoDB charset=UTF8" when creating a table.
-
由 Thomas Mueller 提交于
Issue 249: Improved compatiblity with MySQL in the MySQL mode: now the methods DatabaseMetaData methods stores*Case*Identifiers return the same as MySQL when using the MySQL mode.
-
由 Thomas Mueller 提交于
-
- 21 2月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 2月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 10 2月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 08 2月, 2013 4 次提交
-
-
由 noelgrandin 提交于
Throw an explicit error to make it clear we don't support the TRIGGER combination of SELECT and FOR EACH ROW
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Apply #418: MySQL compatibility: support for ALTER TABLE tbl_name MODIFY [COLUMN] col_name column_definition, patch from Ville Koskela.
-
由 noelgrandin 提交于
-
- 07 2月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-