-
Notifications
You must be signed in to change notification settings - Fork 373
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
LastInsertID again #479
LastInsertID again #479
Conversation
source/shared/version.h
Outdated
// for stable releases should be empty | ||
// "-RC" for release candidates | ||
// "-preview" for ETP | ||
#define SEMVER_PRERELEASE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"-preview"should be set as value of SEMVER_PRERELEASE, and should be tested using sql_clinet_info()
source/shared/version.h
Outdated
// File: version.h | ||
// Contents: Version number constants | ||
// | ||
// Microsoft Drivers 4.3 for PHP for SQL Server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version should be bumped to 5.0, file line ending has changed
Please add a Wiki page for the updates with a php example |
No description provided.