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

Fixes and improvements for postgresql #3

Open
wants to merge 15 commits into
base: postgresql_v2
Choose a base branch
from

Conversation

carlopires
Copy link

Gabriele,

I made a lot of improvements in postgresql driver adding support to numeric and null values in a generic way. Please, take a look and let me know if you will merge them.

Thanks.

@@ -1831,7 +1831,7 @@ CREATE TABLE "#__modules" (
"id" serial NOT NULL,
"title" character varying(100) DEFAULT '' NOT NULL,
"note" character varying(255) DEFAULT '' NOT NULL,
"content" text NOT NULL,
"content" text DEFAULT '' NOT NULL,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MySQL version hasn't default value, see here, why have you added this ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must verify what is the exactly error this generated. But as I can remember, PostgreSQL is not so fair like MySQL with bad SQL.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this today and this is not necessary anymore. I think I changed this before last fix in postgresql driver. This is related to problems with null values. I will revert this.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll wait your changes and then I'll merge.
Thanks!

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

Successfully merging this pull request may close these issues.

2 participants