summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/mysql_bugs.txt
blob: 9e3a76f26b3fa25cad10efaf307553d3462080e5 (plain)
1
2
3
4
5
6
2003-10-06 lucijan, mysql  Ver 12.21 Distrib 4.0.14, for pc-linux-gnu (i686):

parser doesn't allow "SELECT 1, 2, 3, * FROM fish"
but allows "SELECT *, 1, 2, 3 FROM fish" and "SELECT 1, 2, 3, fish.* FROM fish"

sqlite and postgress support "SELECT 1, 2, 3, * FROM fish" thouugh