Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lyguy
/
node-sql
Public
forked from
brianc/node-sql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node-sql
test
on
create-references
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2014
Added support for REFERENCES in CREATE TABLE and ALTER TABLE operations.
Lyman Gillispie
committed
a5becce
View commit details
Copy full SHA for a5becce
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Merge pull request #167 from rubymaniac/for_update_share
Show description for 6bd59b5
brianc
committed
6bd59b5
View commit details
Copy full SHA for 6bd59b5
View code at this point
Browse repository at this point
Merge pull request #168 from twg/add_postgres_array_operators
Show description for ce51eb6
brianc
committed
ce51eb6
View commit details
Copy full SHA for ce51eb6
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
Adding support for Postgres <@, @>, && ARRAY operations
Scott Tadman
committed
86c88af
View commit details
Copy full SHA for 86c88af
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
[ADD] tests for for share
rubymaniac
committed
dbad8c5
View commit details
Copy full SHA for dbad8c5
View code at this point
Browse repository at this point
[ADD] FOR UPDATE and FOR SHARE statements
rubymaniac
committed
5f0b3ba
View commit details
Copy full SHA for 5f0b3ba
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Merge pull request #166 from martinandert/literal-feature
Show description for ea1d576
brianc
committed
ea1d576
View commit details
Copy full SHA for ea1d576
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
introduce literal node type: new files
martinandert
committed
842a58f
View commit details
Copy full SHA for 842a58f
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
Merge pull request #162 from rsolomo/regex
Show description for c54eb01
brianc
committed
c54eb01
View commit details
Copy full SHA for c54eb01
View code at this point
Browse repository at this point
Merge pull request #163 from tmont/dialect-fix
Show description for 7b4358f
brianc
committed
7b4358f
View commit details
Copy full SHA for 7b4358f
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
add failing tests for (NOT) IN operator with empty array or array containing null params
martinandert
committed
21f0038
View commit details
Copy full SHA for 21f0038
View code at this point
Browse repository at this point
Commits on Feb 19, 2014
ensure that dialect is set properly
Show description for 6b1b198
tmont
committed
6b1b198
View commit details
Copy full SHA for 6b1b198
View code at this point
Browse repository at this point
Commits on Feb 2, 2014
add regex operator support
rsolomo
committed
b8dcbe6
View commit details
Copy full SHA for b8dcbe6
View code at this point
Browse repository at this point
Commits on Jan 18, 2014
Merge pull request #155 from soundrop/master
Show description for 786cb1d
brianc
committed
786cb1d
View commit details
Copy full SHA for 786cb1d
View code at this point
Browse repository at this point
Merge pull request #158 from rubymaniac/function_call_fixes
Show description for 05cbfd9
brianc
committed
05cbfd9
View commit details
Copy full SHA for 05cbfd9
View code at this point
Browse repository at this point
[FIX] the INSERT query to accept function calls as values
rubymaniac
committed
863e6e3
View commit details
Copy full SHA for 863e6e3
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
Add toNamedQuery method
sylvaingi
committed
604bc16
View commit details
Copy full SHA for 604bc16
View code at this point
Browse repository at this point
Commits on Dec 24, 2013
Pull request that added support for CASE WHEN broke Postgres.visitColumn when column implicitly aliased is used in CASE. Pull request to better support js property to column-name mapping broke AS a…
Show description for 60da349
paul-tfr
committed
60da349
View commit details
Copy full SHA for 60da349
View code at this point
Browse repository at this point
Commits on Dec 2, 2013
Merge pull request #151 from derek-watson/master
Show description for 5892b22
brianc
committed
5892b22
View commit details
Copy full SHA for 5892b22
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
improved tests
derek-watson
committed
a1f19a6
View commit details
Copy full SHA for a1f19a6
View code at this point
Browse repository at this point
added json value expressions
derek-watson
committed
2f223a7
View commit details
Copy full SHA for 2f223a7
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
Add support for CASCADE in DROP TABLE.
jonnsl
committed
1007235
View commit details
Copy full SHA for 1007235
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
support for deletions with joins
tmont
committed
080cc33
View commit details
Copy full SHA for 080cc33
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
added a few more tests for query.select()'s handling of arrays
tmont
committed
e8979ed
View commit details
Copy full SHA for e8979ed
View code at this point
Browse repository at this point
fixed issue when doing '.select(a.id, [ b.id, b.name ])'
tmont
committed
f0ce6b3
View commit details
Copy full SHA for f0ce6b3
View code at this point
Browse repository at this point
Commits on Oct 7, 2013
Merge pull request #143 from tmont/star-prefix
Show description for 915c056
brianc
committed
915c056
View commit details
Copy full SHA for 915c056
View code at this point
Browse repository at this point
Commits on Oct 6, 2013
Add tests for array concatenation.
Matin Movassate
committed
a648680
View commit details
Copy full SHA for a648680
View code at this point
Browse repository at this point
Add hstore tests for literals, concatenations, and key access.
Matin Movassate
committed
9763324
View commit details
Copy full SHA for 9763324
View code at this point
Browse repository at this point
Add array tests, for both literals and array columns.
Matin Movassate
committed
1ebe475
View commit details
Copy full SHA for 1ebe475
View code at this point
Browse repository at this point
Commits on Oct 5, 2013
added 'prefix' option to Table.prototype.star()
tmont
committed
26346fb
View commit details
Copy full SHA for 26346fb
View code at this point
Browse repository at this point
Commits on Oct 1, 2013
Merge pull request #128 from yc662/caseExpression
Show description for 35421b6
brianc
committed
35421b6
View commit details
Copy full SHA for 35421b6
View code at this point
Browse repository at this point
Merge pull request #141 from eugeneware/blob-support
Show description for f76e13a
brianc
committed
f76e13a
View commit details
Copy full SHA for f76e13a
View code at this point
Browse repository at this point
Merge pull request #142 from brianc/hotfix/show_index_for_pg
Show description for 54caca1
brianc
committed
54caca1
View commit details
Copy full SHA for 54caca1
View code at this point
Browse repository at this point
Commits on Sep 20, 2013
pg needs single quotes for values.
sdepold
committed
b75f65e
View commit details
Copy full SHA for b75f65e
View code at this point
Browse repository at this point
Commits on Sep 19, 2013
Use bytea hex encoding as recommended by http://www.postgresql.org/docs/9.0/static/datatype-binary.html
eugeneware
committed
b1ede85
View commit details
Copy full SHA for b1ede85
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.