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

35 Commits

Author SHA1 Message Date
jwage
514e17ea70 Changed all references from phpdoctrine.com to phpdoctrine.org 2008-02-22 18:11:35 +00:00
jwage
d47f4ddab4 Changed all references to http://www.phpdoctrine.com/net to http://www.phpdoctrine.org 2008-01-22 22:52:53 +00:00
lsmith
fa5ab7d2b1 - moved getIntegerDeclaration to export since we already have getDeclaration in there 2008-01-10 15:49:25 +00:00
romanb
344ab02d95 reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier. 2008-01-05 19:14:35 +00:00
Jonathan.Wage
44820ec14a Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure. 2008-01-05 07:39:25 +00:00
romanb
7dbb38719d fixed #431 2007-10-21 08:39:13 +00:00
Jonathan.Wage
27b369a5f3 Mass search and replace for coding standards changes, doc block formatting, and code spacing. 2007-10-21 06:23:59 +00:00
romanb
f8ee0975c0 fix for the fix.. (foreign key creation) 2007-10-17 19:09:48 +00:00
Jonathan.Wage
0a6f216efa Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
jackbravo
01a3e06326 Fixed some identifier quoting on sqlite, mysql and pgsql. Added some tests too 2007-09-30 01:17:49 +00:00
Jonathan.Wage
10bdfcb17f Changes for new migration code. 2007-09-19 19:33:00 +00:00
meus
f3a377a794 replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
zYne
15556a35a4 fixes #433 2007-08-29 22:03:55 +00:00
Jonathan.Wage
3eedefae50 Reverted changes for disabling foreign key sql exporting. Not needed since it can be done with attributes. 2007-08-29 21:51:49 +00:00
Jonathan.Wage
6ce7d88c0b Added ability to turn off foreign key sql exporting for specific models 2007-08-27 14:43:52 +00:00
jackbravo
d47b8f11ec Again... Prevent quoting two times the table name, bug report by g00fy on irc, seems like this bug could be on other drivers as well 2007-08-25 00:17:30 +00:00
romanb
75dbc8c841 Several bugfixes for the export module (expecially pgsql). 2007-07-21 15:17:17 +00:00
zYne
a6a612332f 2007-06-18 20:00:44 +00:00
zYne
c8ac51e864 little bug fixes 2007-06-14 20:18:25 +00:00
zYne
d1a1697a5f E_STRICT fixes 2007-06-13 22:31:15 +00:00
zYne
1a14aa301d MDB2 porting continues 2007-06-13 21:37:33 +00:00
zYne
deef2137bb ported sequence methods from MDB2 2007-06-13 21:28:49 +00:00
zYne
9b470a642b 2007-05-18 09:26:38 +00:00
romanb
d121a4cf2c Fixed #273
Ticket: 273
2007-02-17 10:00:04 +00:00
zYne
ec6fc6881c 2007-02-10 14:48:23 +00:00
zYne
9e6ea208f2 updated export drivers + removed unnecessary exceptions 2007-01-25 22:36:43 +00:00
lsmith
3bc748c5f4 - s/\$db/\$this->conn
- turned raiseError() calls into throw Exception
- MDB2 style query*() conversion to Doctrine style fetch*()
- removed PEAR::isError() calls
2007-01-05 22:08:05 +00:00
lsmith
239995d3c3 - fixed switch statement formating according to ZF CS 2006-12-29 21:30:37 +00:00
lsmith
4e22f1fbaf - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
lsmith
716bb65b86 - first round of PEAR CS fixes 2006-12-29 14:01:31 +00:00
zYne
7b48189ba5 new DQL aggregate value model 2006-12-21 22:06:08 +00:00
zYne
61c793c2cf Refactored export drivers 2006-11-17 14:59:57 +00:00
zYne
7cbef3b4fe added Doctrine_Connection_Module 2006-11-15 20:36:58 +00:00
zYne
085dc9d601 Enhanced class doc blocks, fixes #228 2006-11-12 12:14:08 +00:00
zYne
d18688e4f0 Added pgsql export driver and updated pgsql datadict driver 2006-10-20 21:11:50 +00:00