]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Column names coming back from a SELECT are now just the name of the
authordrh <drh@noemail.net>
Tue, 18 Jan 2005 16:02:40 +0000 (16:02 +0000)
committerdrh <drh@noemail.net>
Tue, 18 Jan 2005 16:02:40 +0000 (16:02 +0000)
commit47a6db2bfdbd42eb96b683d1848a15f6f629c299
treeca524252d5704765fb95bc1b67bb1a5a8fe7032a
parent9b3187e113eb6eeea6c8968cd525cbcd3dca0b22
Column names coming back from a SELECT are now just the name of the
source column without the "table." prefix. In other words,
"PRAGMA short_column_names=ON" is now the default.
This makes the names of columns behave more like other SQL engines.
The old behavior can be restored by setting "PRAGMA short_column_names=OFF". (CVS 2231)

FossilOrigin-Name: 9295050af1bf2d9d4dc63adc225a2848d67cbe17
manifest
manifest.uuid
src/main.c
src/select.c
test/join.test
test/select1.test