1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

127 Commits

Author SHA1 Message Date
runa
870ce44263 Relation is the relation between 1 column in the local table and 1 column in a second table 2006-11-03 20:17:16 +00:00
runa
36e69bebc5 added listTableConstraints 2006-11-03 20:16:19 +00:00
zYne
2021baf2fd 2006-11-02 21:51:43 +00:00
zYne
9e35702c4d Sqlite driver: added support for md5, mod and concat 2006-11-02 13:34:33 +00:00
zYne
b75ef330d4 Fixed pgsql limit subquery algorithm 2006-11-01 17:08:35 +00:00
zYne
6b4e032857 Added Doctrine_Connection::queryOne() 2006-11-01 15:07:04 +00:00
Tanken
ad595dd839 fixed declaration of Doctrine_Connection_Pgsql::modifyLimitQuery and Doctrine_Connection_Common::modifyLimitQuery to be the same 2006-11-01 14:00:08 +00:00
zYne
65d4158c71 Removed getState() and concat() methods from mysql driver, getState() is not needed (it resides at transaction class) and concat is located at mysql expression driver 2006-11-01 11:25:53 +00:00
zYne
051077c6d7 Sqlite driver updated 2006-11-01 11:08:15 +00:00
zYne
dcc59843a0 Firebird, mssql, mysql, oracle and pgsql connection drivers updated 2006-11-01 10:59:23 +00:00
zYne
87f9122f7d Updated pgsql connection driver 2006-11-01 10:31:49 +00:00
zYne
1df7817b37 Added supported array to pgsql driver 2006-11-01 10:12:34 +00:00
zYne
466b0be17d Updated informix, mssql and pgsql connection drivers 2006-11-01 10:05:26 +00:00
zYne
c1f8dddb3a Fixes #214, added exception classes for all drivers 2006-11-01 10:04:04 +00:00
zYne
3248d5e410 Firebird connection driver updated 2006-11-01 09:51:12 +00:00
runa
b219cf4c95 create a db schema for the current connection 2006-10-31 18:50:45 +00:00
runa
f4df5424f4 listTables and listDatabases should return a 1 dimension array 2006-10-31 18:48:13 +00:00
runa
3f407e5d57 adds build function to export all databases in the passed $schema 2006-10-31 18:37:04 +00:00
runa
286dfdebad added bogus getState function (needed to print $conn) 2006-10-31 18:32:25 +00:00
runa
0fb5f14717 added addTable and getTables methods 2006-10-31 18:30:17 +00:00
runa
a94c714af1 added getDatabases and addDatabase methods 2006-10-31 18:29:48 +00:00
runa
52aa5845b6 set primary, autoincrement and unique attributes 2006-10-31 18:27:16 +00:00
runa
0148078757 detect autoincrement columns 2006-10-31 18:24:14 +00:00
zYne
2704af6435 Little fix 2006-10-31 18:05:15 +00:00
romanb
4433e6ff40 Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD.
Both default to TRUE. If set to false, you need to explicitly specify "length" and/or "type" in the parameter of hasColumn that specifies the validators for that column.
2006-10-31 18:03:48 +00:00
zYne
05cf2cd1b6 Sqlite connection driver updated 2006-10-31 12:54:58 +00:00
zYne
c6bd1147fe Refactored Doctrine_Connection 2006-10-31 10:42:46 +00:00
zYne
c5f7572cf2 REPLACE emulation added, fixes #213 2006-10-31 10:16:36 +00:00
zYne
893b9b0b23 Updated oracle and mysql connection drivers 2006-10-31 09:14:54 +00:00
zYne
53e9b06f6c Moved connection driver functionality to expression drivers 2006-10-30 23:27:26 +00:00
zYne
7ef869ee40 Refactored Doctrine_Connection and Doctrine_Record, fixes #212 2006-10-30 23:00:09 +00:00
runa
d8dddffcfd new datadict objects need the PDO object, not Doctrine_Connection 2006-10-30 20:55:25 +00:00
runa
8f69e2d3ea Sometimes mysql return keys with first letter in uppercase 2006-10-30 20:53:25 +00:00
zYne
7e8f168dfd Added Doctrine_DB driver skeletons, fixes #210 2006-10-30 12:11:33 +00:00
zYne
048d7788ce Many-to-Many relation handling fixed, fixes #193 2006-10-29 23:24:50 +00:00
zYne
7e4e5924a4 Fixes #209 2006-10-29 21:57:47 +00:00
zYne
5b73304d93 Informix datadict and expression driver skeletons 2006-10-27 15:07:22 +00:00
zYne
d0c0592e85 Little fix for preserving fields on pgsql when limit subquery with orderby is used 2006-10-26 23:20:01 +00:00
zYne
dd73f6de4a Fixes #205 2006-10-26 23:05:55 +00:00
zYne
53bdc31ad5 added adapter skeletons, fixed wrong limit subquery ordering 2006-10-26 22:12:58 +00:00
zYne
b014566eb8 Refactored DQL classes 2006-10-26 21:32:52 +00:00
zYne
4cd29eaf2c DQL enum handling fixed, fixes #202 2006-10-26 20:53:59 +00:00
zYne
79034ea74d Added Mysql, Mssql and Firebird expression drivers, fixes #199, #200, #201
Ticket: 199
2006-10-26 15:32:09 +00:00
zYne
0d75147c70 Doctrine_Expression classes added, fixes #195, #196, #197, #198
Ticket: 195
2006-10-26 11:24:35 +00:00
zYne
ff85f8c668 Fixes #194, added Doctrine_Relation_ManyToMany_TestCase
Ticket: 194
2006-10-25 21:12:30 +00:00
zYne
0835a57ce1 Fixes #192, added Doctrine_Record_State_TestCase
Ticket: 192
2006-10-25 20:02:40 +00:00
pookey
e06f0be65d pookey: sorry, I do not understand this fix, but i needed it 2006-10-25 05:46:06 +00:00
zYne
cac04a0ac0 Fixes #190 2006-10-24 17:24:58 +00:00
zYne
76b3f2c999 Refactored Doctrine_Table 2006-10-24 17:02:47 +00:00
zYne
5ed9eeffd7 Import builder now supports default values and notnull constraints, added missing test case (Doctrine_Query_Update_TestCase), fixes #189
Ticket: 189
2006-10-24 08:56:47 +00:00