Feature #9
Support sqlite as database type
| Status: | Closed | Start: | 06/27/2008 | |
| Priority: | Low | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 1.00 hour | |
| Target version: | 1.0 | |||
Description
for small installations a sqlite database should be more then enough.
sqlite2 & sqlite3 should be supported.
Associated revisions
Revision cc1b5b35c43b4d091992cc7776d79897d22ed64d
support SQLite as database for Nephthys, refs #9
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Revision 4e920782c8efbe90ca5a394f303072465aea175d
NEPHTHYS_DB class SQLite support, refs #9
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
History
Updated by Andreas Unterkircher 1424 days ago
- Status changed from Unreviewed to Feedback
- % Done changed from 0 to 50
code has changed, SQLite (version 2.0 via MDB2) is now supported to. tests look good but keeping open this issue for a while.
Updated by Andreas Unterkircher 1416 days ago
- Status changed from Feedback to Closed
- % Done changed from 50 to 100
so far there was only a problem with nephthys_watch.php script (see #17), but everything else seems to work fine.