Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -1237/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 1 | -0/+50 |
|\ | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php | ||||
| * | update inherit docs comment | Bart Visscher | 2013-09-19 | 1 | -3/+3 |
| | | |||||
| * | Fix insert/update/delete helper functions for oracle | Bart Visscher | 2013-09-19 | 1 | -0/+50 |
| | | |||||
* | | Add DBConnection to server container | Bart Visscher | 2013-09-20 | 1 | -1/+1 |
|/ | |||||
* | More style fixes | Bart Visscher | 2013-08-07 | 1 | -6/+6 |
| | |||||
* | Fix stupid bug | Bart Visscher | 2013-08-07 | 1 | -1/+2 |
| | |||||
* | Move query processing after the check for prepared statement cache | Bart Visscher | 2013-08-07 | 1 | -4/+4 |
| | |||||
* | Style fixes | Bart Visscher | 2013-08-07 | 3 | -4/+6 |
| | |||||
* | merge master into doctrine-object | Robin Appelman | 2013-08-06 | 2 | -47/+46 |
|\ | |||||
| * | remove invalid type hinting and cleanup namespaces a bit | Robin Appelman | 2013-08-02 | 1 | -5/+8 |
| | | |||||
| * | Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager | Bart Visscher | 2013-08-02 | 1 | -1/+1 |
| | | |||||
| * | Change OC_DB_Schema to use DI for db connection object | Bart Visscher | 2013-08-02 | 1 | -45/+42 |
| | | |||||
* | | merge master into doctrine-object | Robin Appelman | 2013-08-02 | 4 | -82/+178 |
|\| | |||||
| * | make MDB2Schema reader non static | Robin Appelman | 2013-07-29 | 2 | -72/+143 |
| | | |||||
| * | use === | Robin Appelman | 2013-07-22 | 1 | -1/+1 |
| | | |||||
| * | add support for the <primary/> element within field definitions | Robin Appelman | 2013-07-22 | 1 | -0/+4 |
| | | |||||
| * | db: cast default values for boolean fields to booleans | Robin Appelman | 2013-07-22 | 1 | -0/+3 |
| | | |||||
* | | Fix lastInsertId for OCI8 adapter | Bart Visscher | 2013-07-23 | 1 | -2/+1 |
| | | |||||
* | | Add documentation to OC\DB\adapter class | Bart Visscher | 2013-07-23 | 1 | -0/+18 |
| | | |||||
* | | Fix errors from unit tests | Bart Visscher | 2013-07-21 | 2 | -4/+3 |
| | | |||||
* | | Correct namespace of OC_ classes | Bart Visscher | 2013-07-21 | 2 | -6/+6 |
| | | |||||
* | | Move building error string to connection | Bart Visscher | 2013-07-21 | 1 | -0/+17 |
| | | |||||
* | | Move insertIfNotExist to Connection wrapper | Bart Visscher | 2013-07-21 | 3 | -1/+80 |
| | | | | | | | | Real implementation is in DB\Adapter* classes | ||||
* | | Move query statement fixup handling to Connection wrapper | Bart Visscher | 2013-07-21 | 6 | -2/+39 |
| | | |||||
* | | Move limit/offset handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -3/+7 |
| | | |||||
* | | Move prepared query cache handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -3/+25 |
| | | |||||
* | | Move lastInsertId to adapter classes | Bart Visscher | 2013-07-21 | 5 | -2/+50 |
| | | |||||
* | | Move db prefix handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -2/+10 |
| | | |||||
* | | Create DB Connection wrapper and DB\Adapter* classes | Bart Visscher | 2013-07-21 | 6 | -0/+157 |
|/ | |||||
* | Tweaks to the MDB2SchemaReader | Bart Visscher | 2013-07-18 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 1 | -9/+14 |
| | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php | ||||
* | Only change integer type when the length is set | Bart Visscher | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | Add comment to column definition | Bart Visscher | 2013-07-05 | 1 | -0/+4 |
| | |||||
* | Move DoctrineStatementWrapper to its own file | Bart Visscher | 2013-06-28 | 1 | -0/+186 |
| | |||||
* | Remove deadcode | Bart Visscher | 2013-06-28 | 2 | -6/+0 |
| | |||||
* | adding PHPDoc | Thomas Mueller | 2013-06-27 | 2 | -1/+8 |
| | |||||
* | Always quote db identifiers in OC_DB_MDB2SchemaReader | Bart Visscher | 2013-06-24 | 1 | -4/+3 |
| | |||||
* | Quote tablenames | Bart Visscher | 2013-06-24 | 1 | -0/+7 |
| | |||||
* | Fix not null with empty default | Bart Visscher | 2013-06-24 | 1 | -0/+1 |
| | |||||
* | Use supplied tablename | Bart Visscher | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | documentation added and trying to fix minor code issues | Thomas Mueller | 2013-03-19 | 2 | -3/+19 |
| | |||||
* | integer length 1 is not only used for boolean values | Bart Visscher | 2013-03-17 | 1 | -4/+1 |
| | |||||
* | Also fix sequences in schemachange | Bart Visscher | 2013-03-17 | 1 | -0/+6 |
| | |||||
* | Quote index columns that need it | Bart Visscher | 2013-03-17 | 2 | -4/+10 |
| | |||||
* | Fix handling of empty defaults in schema | Bart Visscher | 2013-03-17 | 1 | -9/+5 |
| | |||||
* | Change var_dumps to exceptions | Bart Visscher | 2013-03-17 | 2 | -14/+7 |
| | |||||
* | Add MDB2 compatible database schema writer | Bart Visscher | 2012-10-26 | 3 | -4/+135 |
| | |||||
* | Use Doctrine for schema changes | Bart Visscher | 2012-10-13 | 2 | -0/+348 |