Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL support #44

Open
4 tasks
nickl- opened this issue Nov 8, 2013 · 0 comments
Open
4 tasks

PostgreSQL support #44

nickl- opened this issue Nov 8, 2013 · 0 comments

Comments

@nickl-
Copy link
Member

nickl- commented Nov 8, 2013

At #36 @robinson-rso raised an interesting question, can we handle schemas.
@tuliobraga raised #40 there are problems with lastInsertId.

This made me realise that I have never tested this against postgres as a matter of fact I don't even have a php instance compiled --with-pdo-pgsql. Postgres has always been the rock solid alternative but they've really stepped up their game as far as ease of installation and accessibility is concerned. This is not something to take lightly if we care at all about this project.

These are some actions actions we can take to remedy this:

  • Run unit tests against PostgreSQL and publish the results
  • Investigate if travis is capable and update config to test against PostgreSQL and others
  • Extend test cases to scrutinise PostgreSQL specific problems where required
  • Identify additional features perhaps unique to PostgreSQL and discuss their possible inclusion

I urge everyone with PostgreSQL capabilities to please help out with this issue, run the tests and submit the results.

@Respect can we treat this with the highest priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant