On 2015-03-05 03:00 PM, Oskar Schneider wrote:
> I just created for each day a seperate column is this worse than your 
> approach?
>   
>
>       Hick Gunter <hick at scigames.at> schrieb am 8:01 Donnerstag, 5.M?rz 
> 2015:
>     
>
>   

That's around 1000 columns, right?  Beware that SQLite has a standard 
upper limit in SQL column list length of 999 columns in queries, you can 
amend this with the API.

See:
https://www.sqlite.org/limits.html

Reply via email to