]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The name of a result column is now the name of column it originated from, by
authordrh <drh@noemail.net>
Fri, 20 Feb 2004 14:50:58 +0000 (14:50 +0000)
committerdrh <drh@noemail.net>
Fri, 20 Feb 2004 14:50:58 +0000 (14:50 +0000)
commitfcabd4641e1a273de8ddadce87e2097148bb8a26
tree701cebedea285d68cd6a01b60302d57b20f5d0e8
parent784d86f7166cef61df3cca3b2bebd6943b046095
The name of a result column is now the name of column it originated from, by
default.  This can be turned off with PRAGMA short_column_names=OFF.  This
is to be more like PostgreSQL.  More testing needed. (CVS 1250)

FossilOrigin-Name: 574dd444e7ff00e0fccc3436fe617ad832daae40
manifest
manifest.uuid
src/main.c
src/pragma.c
src/select.c
src/sqliteInt.h