[DBAL-521] [GH-320] Fixed calculation of differences of columns Created: 17/May/13 Updated: 17/May/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of hason: Url: https://github.com/doctrine/dbal/pull/320 Message: |
[DBAL-518] [GH-318] Update Type.php Created: 15/May/13 Updated: 17/May/13 Resolved: 17/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Marco Pivetta |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of vincequeiroz: Url: https://github.com/doctrine/dbal/pull/318 Message: Camel case methods names. |
| Comments |
| Comment by Doctrine Bot [ 17/May/13 ] |
|
A related Github Pull-Request [GH-318] was closed: |
[DBAL-520] [GH-319] Delete unnecessary "use PDO" statement Created: 16/May/13 Updated: 16/May/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of alexpods: Url: https://github.com/doctrine/dbal/pull/319 Message: |
[DBAL-519] MasterSlave connection does not keep Slave connections when there is a transaction Created: 15/May/13 Updated: 15/May/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Improvement | Priority: | Major |
| Reporter: | Ananda Agrawal | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
while doing a transaction (as a result of ORM persist), on future selects, even if keepSlave is set to true I assume we need to check keepSlave when forcing slaves to master |
[DBAL-516] [GH-316] Fixed generated sql for postgres substring function Created: 15/May/13 Updated: 15/May/13 Resolved: 15/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Guilherme Blanco |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of stefk: Url: https://github.com/doctrine/dbal/pull/316 Message: Currently, the postgres dbal platform generates the following sql code for the substring function : `SUBSTR('foo', 1, 2)` |
| Comments |
| Comment by Doctrine Bot [ 15/May/13 ] |
|
A related Github Pull-Request [GH-316] was closed: |
| Comment by Marco Pivetta [ 15/May/13 ] |
|
merged |
[DBAL-517] [GH-317] Conditionaly upgrade utf8 to utf8mb4 for MySQL 5.5.3 Created: 15/May/13 Updated: 15/May/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of nicolas-grekas: Url: https://github.com/doctrine/dbal/pull/317 Message: See http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html As utf8mb4 is a superset of utf8, this should be transparent and backward compatible. |
[DBAL-324] SchemaManager should first look into comment instead of infer the type first. Created: 17/Aug/12 Updated: 14/May/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Guilherme Blanco | Assignee: | Guilherme Blanco |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When using schema tool, Doctrine tries to infer the Doctrine type via the mapped types in Platform. |
| Comments |
| Comment by Benjamin Eberlei [ 29/Aug/12 ] |
|
Why is this a bug? Can you say some more about why we need to do this and what error occurs? |
| Comment by Guilherme Blanco [ 29/Aug/12 ] |
|
This issue is strictly correlated to the commit I've done here: https://github.com/doctrine/dbal/commit/e25c774dde971dc4afd40648e9ccd0af53b34ce9 Mainly, we may have legacy database that we do know how Doctrine should operate. Under this circumstance, we may want to add a comment to the field defining the Doctrine DBAL type. That happens because MySQL Schema Manager (and others) first looks for the column type: But if we first try to look for the commented data type: |
| Comment by Steve Tauber [ 14/May/13 ] |
|
This also applies for a type of yaml. /** @Column(type="yaml") */ ./scripts/doctrine orm:schema-tool:update --dump-sql Very frustrating.... Might be related to http://www.doctrine-project.org/jira/browse/DBAL-42 |
[DBAL-514] [GH-314] Remove unnecessary code from Connection::insert Created: 13/May/13 Updated: 14/May/13 Resolved: 14/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Guilherme Blanco |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of deeky666: Url: https://github.com/doctrine/dbal/pull/314 Message: This is a tiny optimization in the <code>Connection::insert</code> method that remove an unnecessary <code>foreach</code> loop an some unneeded variable assignments. |
| Comments |
| Comment by Doctrine Bot [ 14/May/13 ] |
|
A related Github Pull-Request [GH-314] was closed: |
| Comment by Marco Pivetta [ 14/May/13 ] |
|
merged |
[DBAL-515] [GH-315] Shard description requires an 'id' not 'name' Created: 14/May/13 Updated: 14/May/13 Resolved: 14/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Doctrine Bot | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of johannes: Url: https://github.com/doctrine/dbal/pull/315 Message: |
| Comments |
| Comment by Doctrine Bot [ 14/May/13 ] |
|
A related Github Pull-Request [GH-315] was closed: |
| Comment by Marco Pivetta [ 14/May/13 ] |
|
merged |