ianaldrighetti / snowcms

Automatically exported from code.google.com/p/snowcms
Other
0 stars 0 forks source link

SQL Engines need adding, starting #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently only MySQL has an abstraction layer created, however, right now
there is a setup-sqlite.sql file for, of course, SQLite (version 2), but no
actual layer which implements SQLite.

I also would like to add the following:
- SQLite v3
- SQL Server
- PostgreSQL

All may not be added, but I would like to make an attempt to eventually do so.

Original issue reported on code.google.com by ian.aldr...@gmail.com on 30 Jan 2010 at 11:00

GoogleCodeExporter commented 9 years ago
I believe I completed the SQLite2 Engine a while ago. ;-)

Original comment by doodle62 on 23 Apr 2010 at 8:28

GoogleCodeExporter commented 9 years ago
Well, part of it at least... The SQLite_Maintenance class needs to be done.

Original comment by ian.aldr...@gmail.com on 14 May 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Well...yeah. But the MySQL_Maintenance class isn't done either, so what am I 
supposed 
to do?

Original comment by doodle62 on 15 May 2010 at 11:44

GoogleCodeExporter commented 9 years ago
Actually, it is done now. But you can't just copy paste it, not that it is not
allowed of course, but SQLite is very very different from MySQL, hence why 
there are
separate engines ;-)

Original comment by ian.aldr...@gmail.com on 16 May 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Oh, it's done? I'll work on it tonight then. :)

Original comment by doodle62 on 16 May 2010 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by ian.aldr...@gmail.com on 1 Aug 2011 at 6:13

GoogleCodeExporter commented 9 years ago
I am marking this issue as stalled, this will be addressed in SnowCMS 2.1.

Original comment by ian.aldr...@gmail.com on 24 Feb 2012 at 9:38