- 09 2月, 2013 1 次提交
-
-
由 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 提交于
-
由 noelgrandin 提交于
Apply #418: MySQL compatibility: support for ALTER TABLE tbl_name MODIFY [COLUMN] col_name column_definition, patch from Ville Koskela.
-
- 07 2月, 2013 1 次提交
-
-
由 noelgrandin 提交于
Expose limit/offset/distinct/having/group values as getter methods on Query for external TableEngine implementations
-
- 29 1月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 1月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 1月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 1月, 2013 1 次提交
-
-
由 noelgrandin 提交于
-
- 14 12月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 12月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 12 12月, 2012 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
Patch from Andrew Gaul argaul@gmail.com Fixes issue 401.
-
- 28 11月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
- 27 11月, 2012 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 21 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 11月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 01 11月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 31 10月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
PostgreSQL compatibility: support for data types BIGSERIAL and SERIAL as an alias for AUTO_INCREMENT.
-
- 30 10月, 2012 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 27 10月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
-
- 25 10月, 2012 2 次提交
-
-
由 noelgrandin 提交于
Spotted by rami.ojares@gmail.com
-
由 noelgrandin 提交于
-
- 18 10月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Fix for a bug where we would sometimes use the wrong unique constraint to validate foreign key constraints.
-
- 31 8月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 8月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Added compatibility for "SET NAMES" query in MySQL compatibility mode.
-
- 07 7月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 6月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Executing the statement CREATE INDEX IF ALREADY EXISTS if the index already exists no longer fails for a read only database.
-
- 15 6月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Use HMAC for authenticating remote LOB id's, removing the need for maintaining a cache, and removing the limit on the number of LOBs per result set.
-
- 18 5月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 5月, 2012 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 16 5月, 2012 2 次提交
-
-
由 noelgrandin 提交于
as per Thomas' suggestion, change syntax to use the more familiar comma-separated list without brackets
-
由 noelgrandin 提交于
-