Jonathan.Wage
1bbc5b15ee
Fixes to relationship building and added support for new schema options.
2007-10-17 23:14:28 +00:00
Jonathan.Wage
e2e38849ac
Added support for connection binding, templates, act as, and attributes.
2007-10-17 19:21:06 +00:00
phuson
3e39fcf30c
Implemented generation for loadTemplate() from Schema file.
2007-10-17 09:18:59 +00:00
phuson
e63393cd39
Added generation for "equal: true" in the relations block of yml.
2007-10-17 05:43:07 +00:00
Jonathan.Wage
6ee5df4aab
Addex support for indexes and attributes to schema.
2007-10-16 23:33:14 +00:00
pookey
071febe96c
fixing handling of default values
2007-10-15 20:06:28 +00:00
Jonathan.Wage
4f996de800
Updated generated accessors to have load argument.
2007-10-15 17:52:34 +00:00
Jonathan.Wage
c5daa2310c
Fix to generated accessors.
2007-10-15 15:08:26 +00:00
Jonathan.Wage
3048620a05
Fixes for buildingsql and generating models.
2007-10-15 15:01:54 +00:00
Jonathan.Wage
0dbea77dcd
Fix to Builder so the generate_accessors option is used.
2007-10-15 14:19:51 +00:00
Jonathan.Wage
33c209db7a
Fixes up the getters/setters that are generated in Builder.
2007-10-15 14:18:31 +00:00
Jonathan.Wage
38331335ab
Fixes to indexes and to not call parent::setUp() in the base classes.
2007-10-15 14:09:59 +00:00
pookey
0f79ed1d56
improvement to option handling, and added accessor generators
2007-10-14 19:47:38 +00:00
phuson
15cdb65ba7
Added missing argument.
2007-10-14 07:58:52 +00:00
phuson
a98961bd03
Implemented generation of indexes and their definitions from schema files.
2007-10-14 06:44:49 +00:00
Jonathan.Wage
1f1fef741c
Fix to generating classes.
2007-10-08 22:53:28 +00:00
Jonathan.Wage
94bf9a4c7c
Fix for importing.
2007-10-08 22:47:59 +00:00
Jonathan.Wage
5bec1b2224
Fix for class/alias relation generation.
2007-10-05 19:10:32 +00:00
Jonathan.Wage
a085706070
Fixes to loading models and made it so Builder can generate abstract classes.
2007-10-05 14:45:53 +00:00
Jonathan.Wage
956c5dfe91
Fixes for exporting sql to correct connections.
2007-10-05 05:06:42 +00:00
Jonathan.Wage
d2d52a63ce
Tweaks to generated code.
2007-10-05 02:21:31 +00:00
Jonathan.Wage
3f49cc732a
Fixes for new sfDoctrinePlugin
2007-10-04 23:55:37 +00:00
Jonathan.Wage
0a6f216efa
Lots of formatting changes, cleanup, doc block changes.
2007-10-03 21:43:22 +00:00
Jonathan.Wage
d0898c1a81
Fixes to allow inheritance.
2007-09-21 20:30:10 +00:00
gnat
2f7d4cbca1
changes to support setting the tableName and properly create enum column values
2007-09-21 07:14:37 +00:00
Jonathan.Wage
a170822788
Fixes for yml importing/exporting of schema.
2007-09-14 19:14:40 +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
c26ed8441b
2007-07-23 20:28:46 +00:00
zYne
d434174a96
added Search component, new record event listeners and some tests
2007-07-11 14:39:15 +00:00
nicobn
befc0c16b0
Builder was broken. Applied patch sent by Carl Michael Skog.
2007-07-10 15:20:13 +00:00
zYne
417b71f447
2007-06-28 12:11:55 +00:00
zYne
b4ad603841
2007-06-28 11:56:56 +00:00
nicobn
2acd30624d
Added a new method to give more options to the user.
2007-06-27 02:44:20 +00:00
nicobn
215d06c544
- Moved the record template inside the builder class, otherwise it is
...
not included in the bundle; removed Record.tpl
- Changed manual newlines to PHP_EOL
- Added a parameter to explicitly set the table name
- Added a parameter to explicitly set the class file target
2007-06-26 06:03:15 +00:00
nicobn
4d5745c7eb
Added two parameters so a different file name / class name can be specified.
2007-06-26 00:41:48 +00:00
zYne
fa11260e75
2007-05-27 18:56:04 +00:00
zYne
28e937b981
fixes #298
2007-04-11 18:35:15 +00:00
zYne
4865602ee7
2007-03-26 20:52:34 +00:00
zYne
e9d7274fc2
updated import builder
2007-02-10 11:02:52 +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
9200d1271a
small refactorings
2006-11-22 18:15:21 +00:00
zYne
4f361df6c3
updated doc block
2006-11-16 18:45:51 +00:00
zYne
085dc9d601
Enhanced class doc blocks, fixes #228
2006-11-12 12:14:08 +00:00
runa
3f407e5d57
adds build function to export all databases in the passed $schema
2006-10-31 18:37:04 +00:00
runa
52aa5845b6
set primary, autoincrement and unique attributes
2006-10-31 18:27:16 +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
zYne
daaab94cfe
Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor
2006-10-23 19:55:30 +00:00
pookey
6094eeb536
moving php source files to lib directroy
2006-09-26 15:00:13 +00:00