Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 年 前 |
Juan Basso
|
333ea29805
Renamed variable name from nested transaction
|
14 年 前 |
Juan Basso
|
37537faac0
Renamed method to check if the driver supports nested transaction.
|
14 年 前 |
Juan Basso
|
7be5349b0c
Added configuration to disable nested transaction, even if the db supports it.
|
14 年 前 |
Juan Basso
|
a512d46679
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
14 年 前 |
Juan Basso
|
2c1cf29aa3
Added real support to nested transactions for Mysql, Postgres, Sqlite.
|
14 年 前 |
mark_story
|
20bdf1d7b0
Add escaping to table names.
|
14 年 前 |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 年 前 |
mark_story
|
8c611b236d
Fixing missed cache reads for table schema.
|
14 年 前 |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 年 前 |
Majna
|
0cd9a93e9e
Remove unused variables and statements.
|
14 年 前 |
mark_story
|
ace9fefb02
Merge branch '2.0' into 2.1
|
14 年 前 |
Shadow6363
|
62e671f6b8
Changed MySQL in comment to SQLite.
|
14 年 前 |
ADmad
|
389072708a
Merge branch '2.0' into 2.1
|
14 年 前 |
Kyle Robinson Young
|
51f9837db4
Code standards formatting
|
14 年 前 |
mark_story
|
6d269ce25d
Merge branch '2.0' into 2.1
|
14 年 前 |
Kyle Robinson Young
|
8197f87dbc
Spelling and grammar fixes
|
14 年 前 |
Kyle Robinson Young
|
94e119fe67
Adhere to code formatting standard
|
14 年 前 |
mark_story
|
49708ec837
Fix cachefiles being generated with "
|
14 年 前 |
Kyle Robinson Young
|
5876744709
Adhering to coding standards
|
14 年 前 |
Jose Lorenzo Rodriguez
|
2bffd4c26d
Preventing memory leak in PDO when retrieving results from the driver, fixes #2293
|
14 年 前 |
Rachman Chavik
|
144b556d1f
Adding new property Model::schemaName
|
14 年 前 |
mark_story
|
2c91f119cb
Remove redundant check.
|
14 年 前 |
mark_story
|
f531e7f24b
Fix UUID issue in SQLite
|
14 年 前 |
mark_story
|
43df8d34e7
Use String::tokenize() to split up fields.
|
14 年 前 |
mark_story
|
6d9b709c7a
Fix method signatures of database drivers.
|
14 年 前 |
mark_story
|
2c21fc90fb
Fixing failing tests and issues with Sqlite.
|
14 年 前 |
Jose Lorenzo Rodriguez
|
36470f4a86
Removing $error property from DboSource, errors in queries will throw exceptions now
|
14 年 前 |
Juan Basso
|
61833294f0
Changed the visibility to methods that not affect others classes.
|
14 年 前 |
Juan Basso
|
0575e92833
Added visibility in some methods and attributes.
|
14 年 前 |