]> source.dussan.org Git - nextcloud-server.git/commit
- fix dropTable() and introduce tableExists()
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 12 May 2014 11:54:20 +0000 (13:54 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 30 May 2014 21:34:42 +0000 (23:34 +0200)
commit999f6216dcfea2d5344c2ceda744461e18d32241
treef99dbdfcb889f8c3c870b6a4bf1e656f0874806b
parentda6aae28ad0cb1bad3d0693f126a5436af64240d
- fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables
lib/private/db.php
lib/private/db/mdb2schemamanager.php
lib/private/db/statementwrapper.php
tests/lib/dbschema.php