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

Fix SQLite adapter so that it correctly fetches the names of temporary tables. #1616

Closed
wants to merge 1 commit into from

Conversation

pivotal-casebook
Copy link

The SQLite adapter currently doesn't query the sqlite_temp_master table, so any temporary tables created are never found. This patch fixes it by performing a UNION on the sqlite_master and sqlite_temp_master tables.

@nertzy
Copy link
Contributor

nertzy commented Jun 10, 2011

+1

@dasch
Copy link
Contributor

dasch commented Jun 12, 2011

+1, seems fine.

@briantemple
Copy link

+1 : Makes sense to include, tests work properly, and code looks good.

@iwz
Copy link

iwz commented Jul 26, 2011

+1

@rafaelfranca
Copy link
Member

sqlite adapter was removed from master in favor of sqlite3 adapter, so I'm closing this pull request. If you still have this issue and want it merged in master please rebase this one with the master branch and reopen it. 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.

None yet

6 participants