[DBAL-393] PEAR install broken Created: 24/Nov/12 Updated: 25/Nov/12 Resolved: 25/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Shawn Iwinski | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
PEAR, Fedora, RHEL |
||
| Description |
|
When using PEAR install, the "doctrine-dbal" command does not work.
The issue can be fixed by updating file doctrine-dbal.php from: NOTE: I did not want to submit a GitHub pull request for this because it seems like it would break your Git and Composer installs |
[DBAL-387] [GH-230] Fixed SQL Server Platform NULL declaration Created: 21/Nov/12 Updated: 25/Nov/12 Resolved: 25/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.3, 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Lusitanian: Url: https://github.com/doctrine/dbal/pull/230 Message: Per previous pull request but based on master. SQL server does not use 'DEFAULT NULL' for marking columns as nullable, only 'NULL'. |
| Comments |
| Comment by Benjamin Eberlei [ 25/Nov/12 ] |
|
A related Github Pull-Request [GH-230] was closed |
[DBAL-379] [GH-225] Fix SQLServerPlatform adds unique constraint to ADD PRIMARY KEY statement Created: 09/Nov/12 Updated: 12/Nov/12 Resolved: 12/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of CraigMason: Url: https://github.com/doctrine/dbal/pull/225 Message: Currently when executing an ALTER TABLE statement with SQL Server, the query will be: This will happen when adding primary keys via ALTER TABLE. `ALTER TABLE foo ADD PRIMARY KEY (id) WHERE id IS NOT NULL` should be `ALTER TABLE foo ADD PRIMARY KEY (id)` |
[DBAL-378] [GH-224] default table option not working Created: 08/Nov/12 Updated: 09/Nov/12 Resolved: 09/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Steffen-99: Url: https://github.com/doctrine/dbal/pull/224 Message:
|
| Comments |
| Comment by Benjamin Eberlei [ 08/Nov/12 ] |
|
A related Github Pull-Request [GH-224] was closed |
[DBAL-374] [GH-222] Escape primary field name in create table sql query Created: 30/Oct/12 Updated: 13/Nov/12 Resolved: 13/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Genokilller: Url: https://github.com/doctrine/dbal/pull/222 Message: Fixes primary fields name in CreateTableSQL for Abstract Platform |
| Comments |
| Comment by Benjamin Eberlei [ 13/Nov/12 ] |
|
Only fixed for primary key columns now, the other will be much more messy, requires refactoring. |
[DBAL-365] [GH-217] Remember to close temporary connection in PostgreSqlSchemaManager::dropD... Created: 11/Oct/12 Updated: 12/Oct/12 Resolved: 12/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of kimhemsoe: Url: https://github.com/doctrine/dbal/pull/217 Message: ...atabase() and PostgreSqlSchemaManager::createDatabase() Fixes my problem with not to be able to run all tests. |
| Comments |
| Comment by Benjamin Eberlei [ 12/Oct/12 ] |
|
A related Github Pull-Request [GH-217] was closed |
[DBAL-360] [GH-212] Fix dropping foreign key multiple times with test Created: 04/Oct/12 Updated: 05/Oct/12 Resolved: 05/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of sdepablos: Url: https://github.com/doctrine/dbal/pull/212 Message: In some cases the Comparator class returns multiple drops for the same foreign key. |
| Comments |
| Comment by Benjamin Eberlei [ 05/Oct/12 ] |
|
A related Github Pull-Request [GH-212] was closed |
[DBAL-354] [GH-207] Removed Unsigned Integer Support in SQL Server Created: 28/Sep/12 Updated: 05/Oct/12 Resolved: 05/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of datiecher: Url: https://github.com/doctrine/dbal/pull/207 Message: Removed unsigned integer test as SQL Server doesn't support unsigned integers. |
| Comments |
| Comment by Benjamin Eberlei [ 05/Oct/12 ] |
|
A related Github Pull-Request [GH-207] was closed |
[DBAL-349] [GH-203] Delete always content from table master_slave_table between tests. Created: 23/Sep/12 Updated: 05/Oct/12 Resolved: 05/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of kimhemsoe: Url: https://github.com/doctrine/dbal/pull/203 Message: Fixes that we are currently failing master slave tests. |
| Comments |
| Comment by Benjamin Eberlei [ 05/Oct/12 ] |
|
A related Github Pull-Request [GH-203] was closed |
[DBAL-323] [GH-185] Add schema changes for length for postgres Created: 17/Aug/12 Updated: 06/Oct/12 Resolved: 06/Oct/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.3, 2.3.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of mvrhov: Url: https://github.com/doctrine/dbal/pull/185 Message: |