jwage
|
689a4c6f45
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
|
lsmith
|
73d63af1f1
|
- fixed tests to expect DEFAULT NULL when no default is specified on nullable non lob columns
|
2008-01-10 15:50:20 +00:00 |
|
lsmith
|
982205b8fa
|
- fixed tests to expect DEFAULT NULL when no default is specified on nullable non lob columns
|
2008-01-10 13:18:33 +00:00 |
|
romanb
|
d9112ad1d7
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
|
romanb
|
d645b1659c
|
More refactorings
|
2007-11-19 17:55:23 +00:00 |
|
romanb
|
cfc7d4e423
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
|
wolfpakz
|
dc0616ffb0
|
- Fixed order of assertions in export model from directory test.
|
2007-11-15 17:05:53 +00:00 |
|
Jonathan.Wage
|
8bfbd6a7c7
|
Clean up, initial entry of root txt files, fixed a few broken unit tests. New documentation.
|
2007-11-01 19:45:36 +00:00 |
|
zYne
|
13f2ea77d9
|
|
2007-10-29 22:58:43 +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
|
e428845d0e
|
corrected some tests
|
2007-10-17 19:24:03 +00:00 |
|
Jonathan.Wage
|
4d38b32209
|
Added ability to put php in all inputted files/strings to parser.
|
2007-10-09 02:21:53 +00:00 |
|
Jonathan.Wage
|
c3c4a284a0
|
Fix unit tests.
|
2007-10-05 19:34:05 +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
|
35ef784eaa
|
Initial entry of Doctrine_Resource and other fixes.
|
2007-09-21 02:48:13 +00:00 |
|
meus
|
2c9e480037
|
fixed propper input to test so that it runs successfully
|
2007-09-03 22:21:39 +00:00 |
|
jackbravo
|
f97a652485
|
Added failing tests
|
2007-09-03 16:13:02 +00:00 |
|
meus
|
f798820233
|
removed test that throw notice and fix some more test groups.
|
2007-09-03 15:18:12 +00:00 |
|
meus
|
d08f492656
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
|
meus
|
b6eeaa6877
|
moved export test files back into models and modified path in testcase
|
2007-09-02 16:26:28 +00:00 |
|
meus
|
f943213f2c
|
fixed errors after cleaning up tests. removed some tabs
|
2007-09-02 16:19:32 +00:00 |
|
meus
|
e360684d1b
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
|
Jonathan.Wage
|
99ae59fd41
|
Changed import/export methods to importSchema() and exportSchema()
|
2007-08-16 22:42:35 +00:00 |
|
njero
|
0e990f7594
|
Add test case for single field index as string
|
2007-08-01 16:43:44 +00:00 |
|
romanb
|
8a0898d3ed
|
Several fixes for mysql export module (incorrectly added indices)
Ticket: 408
|
2007-07-30 11:47:36 +00:00 |
|
meus
|
15e43b6144
|
changed the assertions of the sqlite export testcases since apparently indexes and tables are done in two seperate queries. nothing wrong with that in my eyes atleast
|
2007-07-28 20:39:42 +00:00 |
|
zYne
|
fbe1662721
|
|
2007-07-25 20:07:55 +00:00 |
|
zYne
|
eaf2fdcdce
|
tests for check constraints
|
2007-07-23 23:20:26 +00:00 |
|
romanb
|
75dbc8c841
|
Several bugfixes for the export module (expecially pgsql).
|
2007-07-21 15:17:17 +00:00 |
|
zYne
|
65f0cb8d27
|
|
2007-07-05 22:53:51 +00:00 |
|
zYne
|
625b6a3f82
|
|
2007-06-26 22:35:08 +00:00 |
|
zYne
|
1273563b31
|
Export now executes the constraint clauses after the CREATE TABLE clauses
|
2007-06-25 19:03:58 +00:00 |
|
zYne
|
a108327d20
|
|
2007-06-19 19:02:28 +00:00 |
|
zYne
|
bbd9797da2
|
|
2007-06-19 10:54:11 +00:00 |
|
zYne
|
3c678fc5e9
|
some new export tests
|
2007-06-18 19:58:11 +00:00 |
|
zYne
|
d938e6a9b0
|
|
2007-06-18 18:23:42 +00:00 |
|
zYne
|
5006400cf9
|
|
2007-06-14 20:42:05 +00:00 |
|
zYne
|
2ddfc0726a
|
|
2007-06-12 19:42:27 +00:00 |
|
zYne
|
422890ceb0
|
|
2007-06-12 18:51:11 +00:00 |
|
zYne
|
69c8531deb
|
test files for the foreign key support
|
2007-06-12 18:26:27 +00:00 |
|
zYne
|
1b807d8e97
|
added doc block
|
2007-06-12 11:22:15 +00:00 |
|
zYne
|
759c23f490
|
first draft for sqlite cascading delete emulation with triggers
|
2007-03-22 13:32:43 +00:00 |
|
zYne
|
306dd80312
|
sqlite foreign key support
|
2007-03-22 12:47:37 +00:00 |
|
zYne
|
f7a7472cae
|
Foreign key exporting added
|
2007-03-21 22:11:18 +00:00 |
|
zYne
|
94e5ce739a
|
more tests
|
2007-02-17 11:09:34 +00:00 |
|
zYne
|
84cf99fbf8
|
|
2007-02-16 20:27:05 +00:00 |
|
zYne
|
097adf5142
|
Migrating test cases to be PHP 5.2 compliant
|
2007-02-15 22:21:10 +00:00 |
|
zYne
|
5a9c72c3ff
|
index tests
|
2007-02-11 22:55:19 +00:00 |
|
zYne
|
1f27c65b1a
|
|
2007-02-10 21:19:06 +00:00 |
|
zYne
|
a56fd1c73c
|
new tests
|
2007-02-10 21:02:26 +00:00 |
|