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 'undefined is not a function' problem at postgres adapter #61

Merged
merged 1 commit into from Apr 11, 2012

Conversation

netsgnut
Copy link
Contributor

Currently, when using the Postgres adapter, there will be an "undefined is not a function" error shooting from lib/adapters/postgres.js:49 (log(sql, time))

Referring to a similar structure at lib/adapters/mysql.js:70 and commit 8bb855c, it seems like a good idea to add it for Postgres as well.

1602 added a commit that referenced this pull request Apr 11, 2012
Fix 'undefined is not a function' problem at postgres adapter
@1602 1602 merged commit a02fbbb into 1602:master Apr 11, 2012
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