- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
A query with an explicit LIMIT 0 will now return no rows (so far it meant no limit), which is compatible with PostgreSQL and MySQL. A negative limit value (as well as LIMIT NULL) mean no limit (so far a negative limit meant a limit of one row).
-
- 07 3月, 2011 4 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
Added support for modulus operator in expressions
-
- 05 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
CSVREAD / CSVWRITE: instead of setting the options one by one, all options can be combined into a space separated key-value pairs.
-
- 25 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
CAST: when converting a string to binary, it is hex encoded (every byte two characters); a hex string can be converted to a number by first converting it to binary.
-
- 17 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
It is now allowed to truncate a table if referential integrity has been disabled for this table or database.
-
- 25 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Support for null-safe equals. This includes the ANSI SQL standard syntax A IS [NOT] DISTINCT FROM B as well as the shorter A IS [NOT] B.
-
- 04 7月, 2010 1 次提交
-
-
由 sainsbury.kerry 提交于
-
- 02 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 6月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 6月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-