[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Collating prepared statements in sqlite3: bug?
From: |
Peter Danenberg |
Subject: |
Re: [Chicken-hackers] Collating prepared statements in sqlite3: bug? |
Date: |
Sat, 15 May 2010 14:10:10 -0500 |
User-agent: |
Mutt/1.5.16 (2007-06-11) |
Quoth Thomas Chust on Setting Orange, the 62nd of Discord:
> If you actually intended to make the column by which the query
> results are ordered variable, the statement you used is not suitable
> for that purpose, neither is any prepared statement.
Thanks, Thomas; I wasn't aware of that limitation. Hard-coding the
sorting column works, in any case; even if it's slightly less
convenient.