[DBAL-100] Add Drizzle Support Created: 16/Mar/11 Updated: 22/Dec/11 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Drizzle is out, we should add support for the Dialect. http://docs.drizzle.org/mysql_differences.html |
| Comments |
| Comment by Andreas Streichardt [ 22/Dec/11 ] |
|
i have created some hackish fork and the whole testsuite is working already: https://github.com/m0ppers/dbal Still WIP but may be a start. I think the C extension is not really ready yet either. When i find time i will most likely have a look at it. |
| Comment by Benjamin Eberlei [ 22/Dec/11 ] |
|
Can you branch it into something, like git checkout -bDrizzle then push it to your repo and open a Pull Request? Thats way easier to review and discuss. |