-
Notifications
You must be signed in to change notification settings - Fork 2
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
App doesn't work with a PostgreSQL backend #2
Comments
Huh. I'm not sure why the postgres backend doesn't work. It should be creating standard SQL, though I guess postgres doesn't like it. The SQL should look like: REPLACE INTO `ticketing_default` ('stub') VALUES (1) I'll try to get postgres running somewhere and see if I can't get it to work with it. |
I don't think that PostgreSQL has the replace sql command. I AK using sent via my HTC Legend |
Dam fat fingers and small keys. Hit send prematurely. As I was saying I don't think that PostgeSQL has the replace command. I am -Colwin sent via my HTC Legend
|
Bummer. Looks like the only way to convert a MySQL Here are some more resources: |
This requires Postgres to implement |
I am trying to use your app with a PostgreSQL backend.
From the looks of the problem PostgreSQL doesn't support the REPLACE sql command. Here is a log of the unit test run
Are you planning to support PostgreSQL as a backend? The documentation for your app says that it works on all backends that Django supports.
The text was updated successfully, but these errors were encountered: