José Lorenzo Rodríguez
|
88289f071e
|
Restarting sequences by default qhen calling DboSource::truncate(), removing option to drop the sequence as it does not match behavior from other dbos
|
2010-10-21 00:21:10 -04:30 |
|
José Lorenzo Rodríguez
|
2262844346
|
Implementing set encoding in DboPostgres
|
2010-10-21 00:01:36 -04:30 |
|
José Lorenzo Rodríguez
|
ba1eb62678
|
Calling right method in DboPostgres::trucante
|
2010-10-20 23:59:44 -04:30 |
|
José Lorenzo Rodríguez
|
09487f830c
|
Preventing false positive in queries returning fields but havinf Count(*) inside them in DboPostgres
|
2010-10-20 23:29:07 -04:30 |
|
José Lorenzo Rodríguez
|
d0fc2fd171
|
Fixing describing of table columns for postgres
|
2010-10-19 00:48:08 -04:30 |
|
José Lorenzo Rodríguez
|
3f0c79f7f9
|
Fixing some problems in in DboPostgres::connect()
|
2010-10-19 00:15:32 -04:30 |
|
José Lorenzo Rodríguez
|
edd448f0b8
|
Implementing resultSet and fetchResult in DboPostgres
|
2010-10-18 00:38:48 -04:30 |
|
José Lorenzo Rodríguez
|
ad22bc31c7
|
Updating DboPosgres::describe() to use PDO
|
2010-10-18 00:23:19 -04:30 |
|
José Lorenzo Rodríguez
|
c1ca039582
|
Fixing typo in listSources
|
2010-10-18 00:11:24 -04:30 |
|
José Lorenzo Rodríguez
|
ab9c8904ad
|
Implementing lastInsertId for postgres
|
2010-10-18 00:08:58 -04:30 |
|
José Lorenzo Rodríguez
|
5c87daf083
|
Implementing listSources for postgres
|
2010-10-18 00:08:34 -04:30 |
|
José Lorenzo Rodríguez
|
d9c9a32ff3
|
Refactoring DboSource::value() so postgres and mysq behavior is the same, updating test case
|
2010-10-17 23:38:55 -04:30 |
|
José Lorenzo Rodríguez
|
159776fc00
|
Refactoring possible common code to DboSource, now that PDO abstract disconnection from source
|
2010-10-17 23:37:56 -04:30 |
|
José Lorenzo Rodríguez
|
f3d3ee92f2
|
Implementing basic connection to postgres using PDO
|
2010-10-17 23:36:34 -04:30 |
|
José Lorenzo Rodríguez
|
bcc1417e5d
|
Making database stats dependent of fullDebug
Leaving lastNumRows commented out until some bugs are solved
|
2010-10-17 18:36:35 -04:30 |
|
José Lorenzo Rodríguez
|
10646ba2ad
|
Removing duplicate assignation of same object that didn't make much sense
|
2010-10-17 16:17:53 -04:30 |
|
José Lorenzo Rodríguez
|
cbdfb3f76e
|
Removing all references to mysqli
|
2010-10-17 11:49:17 -04:30 |
|
José Lorenzo Rodríguez
|
c016f1d97b
|
Impriving documentation
|
2010-10-17 11:28:11 -04:30 |
|
José Lorenzo Rodríguez
|
642bfe3576
|
Fixing some problem on fetching result data with multiple columns with same name
|
2010-10-17 10:15:40 -04:30 |
|
José Lorenzo Rodríguez
|
d83c95cf46
|
Fixing bug in DboMysql::value()
|
2010-10-16 14:01:01 -04:30 |
|
José Lorenzo Rodríguez
|
88a2fb5058
|
Fixing bug in DboMysql::describe()
|
2010-10-16 13:44:16 -04:30 |
|
José Lorenzo Rodríguez
|
84283ed6f3
|
Fixing DboMysql::listDetailedSources()
|
2010-10-16 13:28:18 -04:30 |
|
José Lorenzo Rodríguez
|
e03cbcb167
|
Fixing model describing and making pass testBlobSaving
|
2010-10-16 10:23:13 -04:30 |
|
José Lorenzo Rodríguez
|
cb16605805
|
Fetching result rows PDO style
|
2010-10-16 10:22:50 -04:30 |
|
José Lorenzo Rodríguez
|
f772527445
|
Using PDO method to get lastInsertId
|
2010-10-16 09:34:29 -04:30 |
|
José Lorenzo Rodríguez
|
a5f3f95e3a
|
Simplifying DboMysql::getCharsetName()
|
2010-10-16 09:32:01 -04:30 |
|
José Lorenzo Rodríguez
|
21f5707be7
|
Implementing disconnection in DboMysql
|
2010-10-15 19:17:52 -04:30 |
|
José Lorenzo Rodríguez
|
7a7659d063
|
Removing DboMysqlBase as the inner driver selection will be delegated to PDO, extracting _execute() and adding it to DboSource
|
2010-10-15 19:01:28 -04:30 |
|
José Lorenzo Rodríguez
|
5e80cf8ff7
|
Improving DboMysql::index()
|
2010-10-15 17:27:36 -04:30 |
|
José Lorenzo Rodríguez
|
c54448d205
|
Initial steps toward getting complete query results in DboMysql using PDO
|
2010-10-15 17:05:30 -04:30 |
|
José Lorenzo Rodríguez
|
bd856c7ef9
|
Fixing value quoting in DboMysql
|
2010-10-15 17:04:49 -04:30 |
|
José Lorenzo Rodríguez
|
0fb2ac0285
|
Chaging implementation of DboMysql::getVersion(), improving connection options
|
2010-10-15 17:03:59 -04:30 |
|
José Lorenzo Rodríguez
|
70ed9a7b12
|
Fixing DboMysql::index() method
|
2010-10-15 17:02:37 -04:30 |
|
José Lorenzo Rodríguez
|
52ea8fb42e
|
Fixing mysql connection string
|
2010-10-15 16:07:51 -04:30 |
|
José Lorenzo Rodríguez
|
52023085f4
|
Using the PDO conenction inside DboMysql::getCharsetName()
|
2010-10-14 23:32:07 -04:30 |
|
José Lorenzo Rodríguez
|
09e06d52b9
|
Implementing DboMysql::getVersion()
|
2010-10-14 23:15:17 -04:30 |
|
José Lorenzo Rodríguez
|
b8479459d6
|
Inital work for connecting to mysql using PDO and gettng the table list, testing is easier as it now uses mocks
|
2010-10-14 01:10:51 -04:30 |
|
José Lorenzo Rodríguez
|
efbefeb71a
|
Stating migration to PDO, a driver is available if listed as available by PDO
|
2010-10-13 22:40:45 -04:30 |
|
mark_story
|
f847080cbf
|
Changing more php version strings.
|
2010-10-03 12:46:03 -04:00 |
|
mark_story
|
f21161ef46
|
Merge branch '1.3' into 2.0. Had to fix a number of 1.3 -> 2.0
differences upon merging.
Conflicts:
app/config/core.php
cake/console/templates/skel/config/core.php
cake/libs/cache/file.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/i18n.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/model/model_write.test.php
|
2010-09-24 23:27:22 -04:00 |
|
mark_story
|
a4746c7227
|
Applying patch from 'kworr' to reorder the switch in DboPostgres::value() to fix issues with pgsql 9.0. Fixes #1139
|
2010-09-24 22:47:18 -04:00 |
|
Mark Story
|
d88da3d579
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/configure.php
cake/libs/model/connection_manager.php
cake/libs/model/model.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2010-09-06 16:53:04 -04:00 |
|
mark_story
|
12d4b52f10
|
Fixing failing tests in DboMysql and DboPostgres related to localized floats. Refs #1029
|
2010-08-21 00:49:40 -04:00 |
|
mark_story
|
705e90bef7
|
Merge branch '1.3' into 2.0-merge
Conflicts:
cake/libs/cache/memcache.php
cake/libs/cake_session.php
cake/libs/model/behaviors/acl.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/model/behaviors/acl.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
|
2010-08-15 23:09:02 -04:00 |
|
mark_story
|
686b9c2c8b
|
Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered.
Also fixed an issue in DboPostgres where the generated alter statements would contain too many ;.
Test cases added. Fixes #1023
|
2010-08-15 22:17:02 -04:00 |
|
mark_story
|
29ddffa2d3
|
Fixing regression in DboMysqlBase where describe() was no longer pulling out fieldParameters. A test case has been added to catch any future regressions. Fixes #991
|
2010-08-09 23:25:32 -04:00 |
|
mark_story
|
02e25f7557
|
Changing Configure::read() to not have a default value, and instead return all values in configure when no param is supplied. Test cases updated. Fixes #503
|
2010-07-05 21:50:36 -04:00 |
|
mark_story
|
cd8dff362d
|
Merge branch '2.0-phpunit' into 2.0
Conflicts:
cake/libs/controller/components/email.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/controller/components/email.test.php
|
2010-06-28 22:31:35 -04:00 |
|
mark_story
|
929bb5769e
|
Merge branch '1.3' into 2.0
Conflicts:
app/webroot/index.php
cake/console/templates/skel/webroot/index.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/controller/scaffold.php
cake/libs/model/datasources/dbo/dbo_oracle.php
cake/libs/model/model_behavior.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/controller/components/acl.test.php
cake/tests/cases/libs/file.test.php
|
2010-06-26 12:29:20 -04:00 |
|
José Lorenzo Rodríguez
|
f4cf945e30
|
Migrating DboSqliteTest to phpunit
|
2010-06-09 23:33:41 -04:30 |
|