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 | 1 | -462/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Fix insert/update/delete helper functions for oracle | Bart Visscher | 2013-09-19 | 1 | -1/+5 |
| | |||||
* | Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc. | Andreas Fischer | 2013-09-12 | 1 | -0/+1 |
| | |||||
* | Create instance of Doctrine\Common\EventManager() in OC_DB. | Andreas Fischer | 2013-09-12 | 1 | -1/+2 |
| | |||||
* | Remove disconnect function from OC_DB | Bart Visscher | 2013-08-16 | 1 | -12/+0 |
| | |||||
* | More style fixes | Bart Visscher | 2013-08-07 | 1 | -9/+9 |
| | |||||
* | Style fixes | Bart Visscher | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | merge master into doctrine-object | Robin Appelman | 2013-08-06 | 1 | -25/+37 |
|\ | |||||
| * | Merge pull request #4291 from owncloud/schema | Bart Visscher | 2013-08-05 | 1 | -14/+36 |
| |\ | | | | | | | update DB Schema class | ||||
| | * | Use function to create schema manager | Bart Visscher | 2013-08-02 | 1 | -20/+35 |
| | | | |||||
| | * | Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager | Bart Visscher | 2013-08-02 | 1 | -6/+6 |
| | | | |||||
| | * | Change OC_DB_Schema to use DI for db connection object | Bart Visscher | 2013-08-02 | 1 | -6/+13 |
| | | | |||||
| * | | Simplify OC_DB transaction functions | Bart Visscher | 2013-08-02 | 1 | -10/+0 |
| |/ | |||||
* | | merge master into doctrine-object | Robin Appelman | 2013-08-02 | 1 | -4/+4 |
|\| | |||||
| * | always return int | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -2/+2 |
| | | |||||
* | | Make DB connection available to use for dependency injection | Bart Visscher | 2013-07-26 | 1 | -0/+5 |
| | | |||||
* | | Move building error string to connection | Bart Visscher | 2013-07-21 | 1 | -9/+1 |
| | | |||||
* | | Group database connection and schema function | Bart Visscher | 2013-07-21 | 1 | -27/+27 |
| | | |||||
* | | Cleanup: remove code for multiple database backends | Bart Visscher | 2013-07-21 | 1 | -55/+14 |
| | | |||||
* | | Use $connection for schema changes | Bart Visscher | 2013-07-21 | 1 | -12/+13 |
| | | |||||
* | | Simplify OC_DB transaction functions | Bart Visscher | 2013-07-21 | 1 | -10/+0 |
| | | |||||
* | | Move insertIfNotExist to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -52/+1 |
| | | | | | | | | Real implementation is in DB\Adapter* classes | ||||
* | | Move query statement fixup handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -48/+0 |
| | | |||||
* | | Move limit/offset handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -64/+1 |
| | | |||||
* | | Move prepared query cache handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -18/+9 |
| | | |||||
* | | Move lastInsertId to adapter classes | Bart Visscher | 2013-07-21 | 1 | -28/+1 |
| | | |||||
* | | Move db prefix handling to Connection wrapper | Bart Visscher | 2013-07-21 | 1 | -15/+5 |
| | | |||||
* | | Create DB Connection wrapper and DB\Adapter* classes | Bart Visscher | 2013-07-21 | 1 | -0/+6 |
| | | |||||
* | | Only close db connection when disconnecting, keep the connection object | Bart Visscher | 2013-07-21 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2221 from owncloud/doctrine | Bart Visscher | 2013-07-18 | 1 | -617/+134 |
|\ | | | | | OC6: Implement Doctrine as the backend for OC_DB | ||||
| * | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 1 | -72/+101 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php | ||||
| * | | Move DoctrineStatementWrapper to its own file | Bart Visscher | 2013-06-28 | 1 | -183/+4 |
| | | | |||||
| * | | Remove deadcode | Bart Visscher | 2013-06-28 | 1 | -24/+0 |
| | | | |||||
| * | | adding PHPDoc | Thomas Mueller | 2013-06-27 | 1 | -3/+3 |
| | | | |||||
| * | | Use Doctrine platform to add limit and offset to query | Bart Visscher | 2013-06-26 | 1 | -15/+4 |
| | | | |||||
| * | | Use Doctrines Oracle sequence suffix | Bart Visscher | 2013-06-24 | 1 | -2/+10 |
| | | | |||||
| * | | OCI doesn't have a queryString | Bart Visscher | 2013-06-24 | 1 | -0/+5 |
| | | | |||||
| * | | UNIX_TIMESTAMP replace for Oracle | Bart Visscher | 2013-06-24 | 1 | -0/+1 |
| | | | |||||
| * | | Fixes connecting to Oracle without port set | Bart Visscher | 2013-06-24 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'master' into doctrine | Bart Visscher | 2013-06-24 | 1 | -25/+88 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into doctrine | Bart Visscher | 2013-04-25 | 1 | -17/+23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/MDB2/Driver/sqlite3.php lib/db.php | ||||
| * | | | | initial fix for MSSQL | Thomas Mueller | 2013-03-19 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | documentation added and trying to fix minor code issues | Thomas Mueller | 2013-03-19 | 1 | -3/+8 |
| | | | | | |||||
| * | | | | Rewrite query for numRows function for SELECT queries | Bart Visscher | 2013-03-17 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Use the correct property for connection object | Bart Visscher | 2013-03-17 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Merge branch 'master' into doctrine | Bart Visscher | 2013-03-17 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * | | | | | Fix mssql connection parameters and correct driver for pgsql | Bart Visscher | 2013-03-10 | 1 | -8/+9 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into doctrine | Bart Visscher | 2013-03-10 | 1 | -9/+201 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php | ||||
| * | | | | | | Change PDO Exceptions to Doctrine Exceptions | Bart Visscher | 2013-02-25 | 1 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Codestyle cleanup | Bart Visscher | 2013-02-25 | 1 | -13/+13 |
| | | | | | | |