Thomas Schmidt
c3b57944ac
Revert "enhance detection of un-initialized database", conflicted with setup step, needs rework
...
This reverts commit 7fb89c5386
.
14 years ago
Thomas Schmidt
7fb89c5386
enhance detection of un-initialized database
14 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Robin Appelman
0563741652
fix sqlite3 driver for php<5.3
14 years ago
Robin Appelman
51420a7522
only create one connection to a sqlite3 database, fixes 'Database locked' errors with webdav
14 years ago
Robin Appelman
f6eb7c1205
make use of native sqlite3 prepared statements
14 years ago
Robin Appelman
600219c8c0
sqlite3 driver for mdb2
...
the only problem that I found with it so far is that it gives a database locked error on login,
the rest seems to work fine but more testing is required.
14 years ago
Robin Appelman
9174351412
fix some sqlite strict errors
14 years ago
Robin Appelman
1850bddb67
move sqlite database into the data folder, makes it easier to set the correct permissions
14 years ago
Robin Appelman
a20ace7d35
fix more strict errors
14 years ago
Robin Appelman
5198491735
once static, always static
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago
Robin Appelman
e18898dfe1
fix warning message that sometimes broke webdav
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
15 years ago
Robin
ede1c64edd
port OC_DB to MDB2
15 years ago