View Single Post
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 02-14-2005 , 08:58  
Reply With Quote #20

Quote:
Originally Posted by Zor
I would love to see SQLite, I dont have the background to do this, so I would ask someone else. Would make it easier for all those ppl out there that DONT have access to an SQL to use alot of the cooler plugins that do use SQL. Have the option that if one of the sql modules is loaded it uses them, if its SQLite, it uses it.

Cheers!
I made a sqlite module.

http://forums.alliedmods.net/showthr...?p=89013#92598

Works for me but it could sure use some testing.
The sql syntax of sqlite is rather limited I'm afraid. It doesn't even understand the three last words of "CREATE TABLE IF NOT EXISTS"...

I don't really know what SQL standard Sqlite conforms to, but its own... You really can't take any plugin using SQL and expect to use it on Sqlite unless the plugin author makes necessary changes to the SQL code.

Sqlite syntax http://www.sqlite.org/lang.html

The Sqlite module implements 3.0.8.
Johnny got his gun is offline