Re: [sqlite] too many SQL variables

2014-01-30 Thread E. Timothy Uy
Hehe, you know it.


On Thu, Jan 30, 2014 at 11:51 AM, RSmith  wrote:

>
>  Just for my edification, what is the limit on the number of SQL
>> parameters?
>> Today I hit "too may SQL variables" with about 1400...
>> Just for our edification, which kind of statement was that?
>>
>>
> The worst kind
>
> :)
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] too many SQL variables

2014-01-30 Thread RSmith



Just for my edification, what is the limit on the number of SQL parameters?
Today I hit "too may SQL variables" with about 1400…
Just for our edification, which kind of statement was that?



The worst kind

:)
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] too many SQL variables

2014-01-30 Thread Petite Abeille

On Jan 30, 2014, at 7:01 PM, E. Timothy Uy  wrote:

> Just for my edification, what is the limit on the number of SQL parameters?
> Today I hit "too may SQL variables" with about 1400…

Just for our edification, which kind of statement was that?

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] too many SQL variables

2014-01-30 Thread E. Timothy Uy
Just for my edification, what is the limit on the number of SQL parameters?
Today I hit "too may SQL variables" with about 1400...
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] too many SQL variables

2014-01-30 Thread Dan Kennedy

On 01/31/2014 01:01 AM, E. Timothy Uy wrote:

Just for my edification, what is the limit on the number of SQL parameters?
Today I hit "too may SQL variables" with about 1400...


999.

  http://www.sqlite.org/limits.html#max_variable_number

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users