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

fixed #1684 sqlutil: schema alignment skips column with name "driver" #1706

Merged
merged 4 commits into from
Feb 23, 2017

Conversation

pvanek
Copy link
Contributor

@pvanek pvanek commented Feb 22, 2017

No description provided.

Copy link
Contributor

@davidnich davidnich left a comment

Choose a reason for hiding this comment

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

the version stuff is important - I leave it to your judgement about leaving in the commented-out line or not

@@ -2,6 +2,16 @@

@tableofcontents

@section qore_08129 Qore 0.8.12.9
Copy link
Contributor

Choose a reason for hiding this comment

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

0.8.12.8 is the next (unreleased) version, please move these notes there

qlib/SqlUtil.qm Outdated
@@ -101,6 +101,9 @@ module SqlUtil {
@section sqlutil_relnotes Release Notes for the SqlUtil Module

@subsection sqlutilv1_3_1 SqlUtil v1.3.1
- fixed schema alignment skips column with name "driver" (<a href="https://github.com/qorelanguage/qore/issues/1684">issue 1684</a>)
Copy link
Contributor

Choose a reason for hiding this comment

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

please update to 1.3.2 and also update the module version in the header

qlib/SqlUtil.qm Outdated
# Do not handle checkDriverOptions for columns hash.
# Driver is a potential valid column name. Column sub-hashes
# are handled in next section.
#AbstractDatabase::checkDriverOptions(\desc.columns, drv);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should remove this line entirely instead of commenting it out - it should either be there or not and the comments above explain why

@omusil24 omusil24 merged commit 84596bb into 0.8.12 Feb 23, 2017
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.

4 participants