46 Commits (2d12e52769a30ba37d5760b1194f613bcc71035b)

Author SHA1 Message Date
  Bart Visscher 0a2a4cb12e update inherit docs comment 10 years ago
  Bart Visscher 55efe1e56c Fix insert/update/delete helper functions for oracle 11 years ago
  Bart Visscher d563367b0f More style fixes 11 years ago
  Bart Visscher 83988a5906 Fix stupid bug 11 years ago
  Bart Visscher 0783267e2c Move query processing after the check for prepared statement cache 11 years ago
  Bart Visscher 2cc94cbc73 Style fixes 11 years ago
  Robin Appelman 258e54182a remove invalid type hinting and cleanup namespaces a bit 11 years ago
  Bart Visscher 59c5529a2b Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager 11 years ago
  Bart Visscher 9432885428 Change OC_DB_Schema to use DI for db connection object 11 years ago
  Robin Appelman d6c56b584a make MDB2Schema reader non static 11 years ago
  Bart Visscher 793ff0fec9 Fix lastInsertId for OCI8 adapter 11 years ago
  Bart Visscher 3eb5fff02a Add documentation to OC\DB\adapter class 11 years ago
  Robin Appelman 499a01f179 use === 11 years ago
  Robin Appelman b073a34e77 add support for the <primary/> element within field definitions 11 years ago
  Robin Appelman dc272e6e20 db: cast default values for boolean fields to booleans 11 years ago
  Bart Visscher be7c613993 Fix errors from unit tests 11 years ago
  Bart Visscher b66c9098bd Correct namespace of OC_ classes 11 years ago
  Bart Visscher 000b5a801f Move building error string to connection 11 years ago
  Bart Visscher 19b9c89634 Move insertIfNotExist to Connection wrapper 11 years ago
  Bart Visscher 58991150ab Move query statement fixup handling to Connection wrapper 11 years ago
  Bart Visscher 1d5d23a1de Move limit/offset handling to Connection wrapper 11 years ago
  Bart Visscher a48e9c488b Move prepared query cache handling to Connection wrapper 11 years ago
  Bart Visscher e3c5fea989 Move lastInsertId to adapter classes 11 years ago
  Bart Visscher cd98ff1eaf Move db prefix handling to Connection wrapper 11 years ago
  Bart Visscher 66a215651b Create DB Connection wrapper and DB\Adapter* classes 11 years ago
  Bart Visscher e2b6781cf9 Tweaks to the MDB2SchemaReader 11 years ago
  Bart Visscher ab2037ab5d Only change integer type when the length is set 11 years ago
  Bart Visscher b8a7e97301 Add comment to column definition 11 years ago
  Bart Visscher b04e09a901 Move DoctrineStatementWrapper to its own file 11 years ago
  Bart Visscher 6145e61718 Remove deadcode 11 years ago
  Thomas Mueller 10951f9bd5 adding PHPDoc 11 years ago
  Bart Visscher fae3cf1a87 Always quote db identifiers in OC_DB_MDB2SchemaReader 11 years ago
  Bart Visscher 144a8eb01f Quote tablenames 11 years ago
  Bart Visscher d1b76f1b88 Fix not null with empty default 11 years ago
  Bart Visscher d89e748926 Use supplied tablename 11 years ago
  Thomas Mueller 6f13a35513 documentation added and trying to fix minor code issues 11 years ago
  Bart Visscher d44f457d2d integer length 1 is not only used for boolean values 11 years ago
  Bart Visscher 82f0bcce30 Also fix sequences in schemachange 11 years ago
  Bart Visscher 947e03aab5 Quote index columns that need it 11 years ago
  Bart Visscher 2866376f34 Fix handling of empty defaults in schema 11 years ago
  Bart Visscher e9213a6711 Change var_dumps to exceptions 11 years ago
  Bart Visscher 8fb36c93f5 Add MDB2 compatible database schema writer 11 years ago
  Bart Visscher 5686183e43 Use Doctrine for schema changes 11 years ago