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

Portable substring method #219

Closed
mnewnham opened this issue Apr 10, 2016 · 1 comment
Closed

Portable substring method #219

mnewnham opened this issue Apr 10, 2016 · 1 comment
Assignees
Labels
core ADOdb core (library and base classes) enhancement
Milestone

Comments

@mnewnham
Copy link
Contributor

A new method 'substr' that provides a portable SQL substring statement, in particular overcoming the SQL server requirement for a mandatory 3rd length parameter

@mnewnham mnewnham self-assigned this Apr 10, 2016
@mnewnham mnewnham added enhancement core ADOdb core (library and base classes) labels Apr 10, 2016
@mnewnham mnewnham added this to the v5.21 milestone Apr 10, 2016
mnewnham added a commit that referenced this issue Apr 10, 2016
ADOdb contains a portable connection::substring connection identifier, but
it could not be successfully used to create portable substring SQL code when
used with SQL Server, because that driver requires a mandatory 3rd length parameter
which differs from most other databases.
@dregad
Copy link
Member

dregad commented Apr 12, 2016

@mnewnham since you already pushed the changes to master branch, I'm not sure why you left the issue open.

@dregad dregad closed this as completed Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core ADOdb core (library and base classes) enhancement
Projects
None yet
Development

No branches or pull requests

2 participants