Juan Basso
|
f6288a491a
Disabled the default nested configuration. MySQL use MyISAM as default and it can affect many applications.
|
14 years ago |
Juan Basso
|
7be5349b0c
Added configuration to disable nested transaction, even if the db supports it.
|
14 years ago |
Juan Basso
|
a512d46679
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
14 years ago |
Juan Basso
|
2c1cf29aa3
Added real support to nested transactions for Mysql, Postgres, Sqlite.
|
14 years ago |
Juan Basso
|
2c9399a78a
Removed unused attribute and moved getVersion to be reused in all PDO drivers.
|
14 years ago |
mark_story
|
9f9feec222
Merge branch '2.2-hash' into 2.2
|
14 years ago |
mark_story
|
f8966a64f2
Merge branch '2.1' into 2.2
|
14 years ago |
Mark Story
|
da9cbcf7bb
Merge pull request #603 from luisarmando/queryCacheDoc
|
14 years ago |
Luís Armando
|
bb2286bc43
Fix doc of DboSource->$_queryCache.
|
14 years ago |
mark_story
|
a24aca6ffc
Fix a few code standards errors.
|
14 years ago |
Ceeram
|
c2a8fca00c
Merge branch '2.1' into 2.2
|
14 years ago |
ADmad
|
1cc5206442
Merge branch '2.1-dbosource' into 2.1
|
14 years ago |
ADmad
|
93639a7c43
Fixed bug where associated model's afterfind was not triggered in particular case
|
14 years ago |
Ceeram
|
d2098828c6
Fix fullTablename(), ensure prefix prepending is only skipped when not on position 0 in tablename. Fixes #2750
|
14 years ago |
mark_story
|
72cb96b727
Fix a few more coding standards errors.
|
14 years ago |
Ceeram
|
34a730dfd8
ensure buildJoinStatement() does not add schemaname when table value is a subquery, fixes #2709
|
14 years ago |
mark_story
|
17bfbbb9df
Port over Set to Hash usage.
|
14 years ago |
mark_story
|
19e0d8d946
Switch usage to Hash where possible.
|
14 years ago |
Jose Lorenzo Rodriguez
|
b373309ba9
Merge branch '2.1' into 2.2
|
14 years ago |
dogmatic69
|
7c697eb9be
adding an extra check to only type cast if its a int/true/false so you can still use fields etc in the queries
|
14 years ago |
Ceeram
|
c9528b8446
Merge branch '2.1' into 2.2
|
14 years ago |
Ceeram
|
091ad53b80
ensure boolean values are converted to correct value on update, avoiding issues with posgres boolean type
|
14 years ago |
dogmatic69
|
2ad0f8b8db
setting defaults in the DBO so you do not need to pass every field possible to avoid errors. also adds a test for calling with some missing fields. fixes #1779
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 years ago |
euromark
|
45112088a1
type hinting models
|
14 years ago |
euromark
|
e94d307ee1
code conventions
|
14 years ago |
mark_story
|
89b9bb7297
Fix duplicate items in HABTM associations.
|
14 years ago |
Majna
|
0cd9a93e9e
Remove unused variables and statements.
|
14 years ago |