On Sun, May 15, 2011 at 4:39 PM, Simon Slavin <[email protected]> wrote:
> > On 15 May 2011, at 10:33pm, romtek wrote: > > > So, I am asking developers of SQLite to make it easy for tool developers > to > > offer the ability to rename attributes. > > The SQL specification does not use the term 'attribute' in any way that > would give them names. Can you explain what you mean by 'rename attributes' > ? Perhaps give an example. > > Simon. > OK, I will give you an example, and you correct my use of the terms, please. A table: id, eventName, date I want to rename date to dateAdded. People currently jump through hoops in order to achieve such a simple (from the user's point of view) and needed goal: http://stackoverflow.com/questions/805363/how-do-i-rename-a-column-in-a-sqlite-database-table . _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

