Joe Wilson wrote:
--- Sander Marechal <[EMAIL PROTECTED]> wrote:
I ran into a problem when using SQLite from PHP. It appears that SQLite3 does not support multi-row inserts in the form:

INSERT INTO (col1, col2) VALUES (1, 2), (3, 4)

Will if be implemented in the future?

I doubt it.

Too bad. I think it's in SQL92 but I'm not 100% sure (The SQL92 specs are a bit hard to read).

However, you might try:

  http://www.mail-archive.com/sqlite-users@sqlite.org/msg28337.html

Not an option since my software needs to run off vanilla SQLite as provided by PHP. Thanks anyway. I'll just code around it :-)

--
Sander Marechal
Product Developer
[EMAIL PROTECTED]

Tribal Internet Marketing &
Internet MARKeting van Werven
Larenweg 24
5234 KA 's-Hertogenbosch
The Netherlands

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to