Hello Tim,

OK... so I'm not the only one!

I didn't know what else to try... does anyone have a workaround or trick of some sort? Is this a known bug?

Thanks,

-- Tito

On 20/05/2005, at 14:24, Tim McDaniel wrote:

-----Original Message-----
From: Tito Ciuro [mailto:[EMAIL PROTECTED]
Sent: Friday, May 20, 2005 1:07 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Is 'full_column_names' still broken?

Hello Tiago,

On 20/05/2005, at 7:08, Tiago Dionizio wrote:


On 5/20/05, Tito Ciuro <[EMAIL PROTECTED]> wrote:


What am I missing?



This post?

http://www.mail-archive.com/sqlite-users%40sqlite.org/msg07743.html



I have looked at the document, but it just doesn't work. My
code relies on full column names and was working fine before
upgrading to 3.2.1. I've written a very simple program to
populate a table and read the contents back in full column
name mode, like this:

// Assume the table has been created and contains some data...

// Retrieve the data from the db...
PRAGMA short_column_names = OFF;
PRAGMA full_column_names = ON;
SELECT * FROM people;

The columns are constructed in short column mode, and there
seems no way to force full_column_names to be activated. I'm
working with SQLite 3.2.1 on Mac OS X Tiger (10.4.1). Has
anyone been able to make it work?

Thanks again,

-- Tito



You're not missing anything. It does NOT work as documented. Why? That's a good question.

Tim




Reply via email to