Benjamin Eberlei
|
4aafeaf7a6
|
Fix test on PostgreSQL
|
2012-07-09 09:55:41 +02:00 |
|
Benjamin Eberlei
|
6e924f2a2c
|
[DDC-1657] Prove that DBAL changes also work in ORM, not leading to drop sequence statements on postgresql with SERIAL pks.
|
2012-07-08 18:22:38 +02:00 |
|
Benjamin Eberlei
|
cc4613533b
|
Fix tests after DBAL adjustments
|
2012-07-04 23:58:41 +02:00 |
|
Guilherme Blanco
|
f6a61b133e
|
Fixed roken MySQL test.
|
2012-03-05 01:54:43 -05:00 |
|
Benjamin Eberlei
|
0f3abde413
|
[DBAL-204] Filter namespaced assets if Schemas/Emulation is not supported.
|
2012-01-21 11:31:54 +01:00 |
|
Benjamin Eberlei
|
c6730de3d1
|
Merge remote-tracking branch 'origin/2.2'
|
2012-01-02 15:13:26 +01:00 |
|
Kim Hemsø Rasmussen
|
82bea24426
|
Fixed DDC214 test.
|
2011-12-29 02:05:54 +01:00 |
|
Alexander
|
4cf5f70bea
|
Update test
|
2011-12-22 23:21:56 +01:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
01697fee3d
|
Fix failing PostgreSQL tests
|
2011-11-12 22:16:39 +01:00 |
|
Alexander
|
80c9690926
|
Fix mysql testsuite
|
2011-10-23 22:06:03 +02:00 |
|
Benjamin Eberlei
|
fa7574b2ba
|
Removed AllTests files and Suites
|
2011-06-18 22:49:25 +02:00 |
|
Benjamin Eberlei
|
32b146ea8a
|
Switch testsuite to run with phpunit.ini.dist from main folder, not using AllTests approach. Fixed global state problem in tests that was caused by EventManager being reused. Significantly enhanced error message about cascade persist
|
2011-06-18 22:47:21 +02:00 |
|
Benjamin Eberlei
|
42c5382a03
|
DDC-1172 - Handle sequence dropping in SchemaTool.
|
2011-06-16 22:34:04 +02:00 |
|
Benjamin Eberlei
|
5179ff921b
|
[DBAL-115] REALLY fix issues with SchemaTool::getDropSchemaSQL().
|
2011-04-30 17:16:34 +02:00 |
|
Benjamin Eberlei
|
78aa893efd
|
Adjust tests to changes in DBAL dependency with regard to automatic foreign key and index naming.
|
2011-03-05 10:08:30 +01:00 |
|
Benjamin Eberlei
|
c1edd5848f
|
DDC-966 - Fix NOT NULL constraint SingleTableInheritance Generation using SchemaTool.
|
2011-01-02 10:18:02 +01:00 |
|
Benjamin Eberlei
|
97b80d69f1
|
Fix several test-issues after upgrading dependencies and a Bug in a SchemaTool and DatabaseDriver
|
2010-11-18 23:07:32 +01:00 |
|
Benjamin Eberlei
|
ae76b2ab8d
|
DDC-853, DDC-629 - Fix drop schema always dropping everything at the cost of potential failures when dropping due to foreign keys. Added a full-database drop mode that resembles the old behavior.
|
2010-11-16 21:31:54 +01:00 |
|
Roman S. Borschel
|
506973a92e
|
[DDC-757] Fixed. Also fixed some failing postgres tests due to changes to the default allocation size for sequences.
|
2010-08-26 13:47:37 +02:00 |
|
Benjamin Eberlei
|
98785122d3
|
DDC-562 - Finally able to generate Unique Constraint on @OneToOne foreign keys
|
2010-08-10 22:07:43 +02:00 |
|
Benjamin Eberlei
|
ae1c40636c
|
Fix testsuite by re-ordering how tests are executed, added debug capabilities for SQL Global State problems using SQL Comments when DOCTRINE_MARK_SQL_LOGS phpunit configuration variable isset
|
2010-07-04 13:17:26 +02:00 |
|
Benjamin Eberlei
|
427d4eed29
|
DDC-541 - Schema Table now return Pk, then Fk, then normal columns in that order
|
2010-05-01 03:57:58 +02:00 |
|
beberlei
|
839603dafe
|
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.
|
2010-02-26 19:39:12 +00:00 |
|
beberlei
|
595993b7aa
|
[2.0] DDC-301 - Fix side-effect to test which caused test-failure because of previous commit.
|
2010-02-04 19:25:37 +00:00 |
|
beberlei
|
b59bcc9222
|
[2.0] DDC-301 - Fix side-effect to test which caused test-failure because of previous commit.
|
2010-02-04 18:25:28 +00:00 |
|
beberlei
|
731c9718aa
|
[2.0] DDC-40 - Matching annotations <-> auto sequence expectations.
|
2009-12-11 00:56:47 +00:00 |
|
beberlei
|
a26464da4c
|
[2.0] DDC-169 - Fix Bug in SchemaTool Unique Handling
|
2009-12-08 21:52:26 +00:00 |
|
beberlei
|
58e99d39d2
|
[2.0] DDC-169 - Replaced SchemaTool::getUpdateSql() with the Schema Comparator Code.
|
2009-12-06 12:23:13 +00:00 |
|
beberlei
|
8562c80890
|
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.
|
2009-12-02 18:52:21 +00:00 |
|
beberlei
|
af48974a75
|
[2.0] DDC-169 - Converted introspection queries of all platforms to return Column, Sequence, Index, ForeignKey Schema Instances instead of arrays, heavily pimped Oracle support thereby.
|
2009-11-30 19:02:05 +00:00 |
|
beberlei
|
2c27435bb2
|
[2.0] - DDC-169 - Completed refactoring of SchemaTool::getCreateSql() to use new DBAL Schema API, several internal optimizations in SchemaTool are now possible. Stripped out shared functionality with getUpdateSql() so that this part of SchemaTool is still completly working with the old API.
|
2009-11-28 10:48:51 +00:00 |
|
beberlei
|
140f597e3b
|
[2.0] Fixed DDC-101, DDC-102 - Ensure defaults for string length and field nullability are handled consistently in both update and create schema commands of SchemaTool.
|
2009-11-02 12:53:05 +00:00 |
|
romanb
|
94569baa0b
|
[2.0][DDC-88] Corrected accidental swap of precision/scale.
|
2009-11-01 11:09:27 +00:00 |
|
romanb
|
44045a6b83
|
[2.0][DDC-88] Quoted field name in decimal model as a little test for identifier quoting.
|
2009-11-01 11:04:03 +00:00 |
|
beberlei
|
4d3c4a704a
|
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update.
|
2009-10-31 22:23:36 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
romanb
|
f0da001770
|
[2.0] Fixed and enhanced tests.
|
2009-09-05 09:22:34 +00:00 |
|
guilhermeblanco
|
3ef0bf50e9
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:44:45 +00:00 |
|
romanb
|
a65ea05f01
|
[2.0] Fixed scale/precision support in SchemaTool
|
2009-09-04 20:31:11 +00:00 |
|
romanb
|
6a3aa84973
|
[2.0] Made MySqlPlatform default to innodb table engine. Some cleanups while investigating the optimistic locking failures.
|
2009-08-28 12:36:06 +00:00 |
|
romanb
|
b1d34fca1c
|
[2.0] Work on SchemaTool and DBAL.
|
2009-08-21 18:13:22 +00:00 |
|