mark_story
|
de6eda964e
|
Removing silent errors in PDO dbo's when a connection exception is created.
Adding the host param for mysql.
Adding a test for mysql missing the host param.
Fixes #1427
|
2011-01-03 23:34:22 -05:00 |
|
José Lorenzo Rodríguez
|
1d530db39b
|
Changing a bit how postgres driver treats booleans so it correcty casts them
|
2011-01-01 22:09:22 -04:30 |
|
mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
mark_story
|
a6c5065e9c
|
Fixing a few more E_STRICT errors in postgres test/class.
|
2010-12-04 14:31:11 -05:00 |
|
mark_story
|
18fb12c95c
|
Removing & pass by ref operators as they aren't needed any more.
Fixing a bunch of E_STRICT errors.
|
2010-12-04 14:15:32 -05:00 |
|
José Lorenzo Rodríguez
|
40418de218
|
Freeing up some memory in dbos after the result set has been completly fetched.
Adding dbo_mysql and dbo_postgres to the AllDAtabase testsuite
|
2010-11-16 23:59:24 -04:30 |
|
José Lorenzo Rodríguez
|
00a3eda4d0
|
Fixing broken test because of change done in previous commit
|
2010-11-10 23:48:58 -04:30 |
|
José Lorenzo Rodríguez
|
b3d8a619a3
|
Updating test for booleans in postgres
|
2010-10-26 21:46:29 -04:30 |
|
José Lorenzo Rodríguez
|
25c213e976
|
Preventing zero length of fields using prostgres
|
2010-10-25 20:25:07 -04:30 |
|
José Lorenzo Rodríguez
|
a6b6720717
|
Fixing bug in boolean conversion for postgres
|
2010-10-25 19:46:23 -04:30 |
|
José Lorenzo Rodríguez
|
49ed8ede8e
|
Trucating tables in postgres now correctly resets the associated sequences
|
2010-10-25 19:45:46 -04:30 |
|
José Lorenzo Rodríguez
|
f00f4eae0f
|
Implementing getClientEncoding using postgres
|
2010-10-24 20:02:11 -04:30 |
|
José Lorenzo Rodríguez
|
2ec9a49f17
|
Resolving yet more problems with booleans in postgres
|
2010-10-24 20:01:33 -04:30 |
|
José Lorenzo Rodríguez
|
139702e91c
|
Moving methods from Dbo's to the parent class as PDO already abstract what they do
|
2010-10-21 20:48:26 -04:30 |
|
José Lorenzo Rodríguez
|
c7763b316e
|
Fixing some boolean issues in DboPostgres
|
2010-10-21 20:34:11 -04:30 |
|
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
|
f3d3ee92f2
|
Implementing basic connection to postgres using PDO
|
2010-10-17 23:36:34 -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 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
predominant
|
92215e1795
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/libs/inflector.php
cake/libs/view/helpers/text.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/view/helpers/time.test.php
|
2010-04-16 23:43:28 +10:00 |
|
José Lorenzo Rodríguez
|
9d2819970d
|
Fixing schema generation for postgres. Now character varying without lenght is translated to "text", to avoid sql errors. Closes #564
|
2010-04-13 01:08:31 -04:30 |
|
predominant
|
52cdef900b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/libs/model/behaviors/acl.php
cake/libs/model/behaviors/containable.php
cake/libs/model/behaviors/tree.php
cake/libs/router.php
cake/tests/cases/libs/validation.test.php
|
2010-04-09 22:05:00 +10:00 |
|
José Lorenzo Rodríguez
|
7668894888
|
Fixing error introduced by previous commit
|
2010-04-07 09:51:29 -04:30 |
|
predominant
|
1497ec3910
|
Changed all public methods to specify public access.
|
2010-04-05 13:19:38 +10:00 |
|
predominant
|
850ca02bb6
|
Changed all public 'var' declarations to be 'public $var'
|
2010-04-04 17:14:00 +10:00 |
|
predominant
|
329a13fe5f
|
Changed all $_ declared variables to protected.
|
2010-04-04 16:36:12 +10:00 |
|
José Lorenzo Rodríguez
|
75900883e6
|
Making DboPostgres::value() return NULL when given an empty array, as DboMysql does
|
2010-03-30 00:01:33 -04:30 |
|
José Lorenzo Rodríguez
|
ebde29f63c
|
Fixing error in las commit
|
2010-03-29 23:58:07 -04:30 |
|
José Lorenzo Rodríguez
|
bbf96567eb
|
Using value() in default value generation with CakeSchema and DboPostgres
|
2010-03-29 23:50:40 -04:30 |
|
José Lorenzo Rodríguez
|
41734503a6
|
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
* '1.3' of git@github.com:cakephp/cakephp1x:
Supporting Model.* syntax on postgres.
Changing variable $title to $title_for_layout. Closes #511
Conflicts:
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
|
2010-03-25 16:08:58 -04:30 |
|
José Lorenzo Rodríguez
|
1f1324f500
|
Qouting fields inside postgres functions when prepended a DISTINCT, closes #512
|
2010-03-25 16:05:45 -04:30 |
|
renan.saddam
|
dd4ad2f83d
|
Supporting Model.* syntax on postgres.
|
2010-03-25 17:33:34 -03:00 |
|