On Tue, Jun 5, 2012 at 5:38 PM, Anony mouse <emulepat...@hotmail.com> wrote:

>
> Hello,
> I'm using SQLite for android, i was reading and searching for a problem i
> had with the multiple inserts.
>
> I was reading this official page (http://www.sqlite.org/lang_insert.html), 
> about the sintax on SQLite, there you say it's possible to put many rows
> on one insert, but when i search outside, i see SQLite don't suport
> multiple row insert at once. Please, change that diagram, because it's
> confusing see on the official site something that it's wrong.
>

Documentation is correct.  SQLite supports multiple rows inserted by a
single INSERT statement since version 3.7.11 (2012-03-20).  The version of
SQLite on Android is older than that, however.


>
> I know there is a open issue ( de3ae967a0 ), and i will aprecciate a lot,
> this feature come update.
>
> Thank's you!.
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to