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

Create DBD::SQLite::GetInfo with a more verbose set of data #32

Merged
merged 1 commit into from May 1, 2018

Conversation

SineSwiper
Copy link
Contributor

I figured it was about time DBD::SQLite got its own GetInfo module with a complete set of data. After all, other drivers like MySQL, Oracle, and Pg already have them.

I know some use this for ODBC connectivity, and I've factored that into some of the values. But, this is also really useful to query certain values to use in a RDBMS-agnostic way. Such as making sure the LIKE escape character is \ with SQL_SEARCH_PATTERN_ESCAPE, or figuring out the maximum table name with SQL_MAX_TABLE_NAME_LEN.

@charsbar charsbar merged commit 36cb5c9 into DBD-SQLite:master May 1, 2018
@charsbar
Copy link
Contributor

charsbar commented May 1, 2018

Awesome! Thank you.

@SineSwiper SineSwiper deleted the feature/get_info branch May 1, 2018 13:26
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.

None yet

2 participants