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 }}
kanthoney
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 19, 2016
Bump version
brianc
committed
3f48a69
View commit details
Copy full SHA for 3f48a69
Browse repository at this point
Add support for ON CONFLICT as a support for upserts in PostgreSQL (#335)
Show description for f10abbe
rohitishere1
authored and
brianc
committed
f10abbe
View commit details
Copy full SHA for f10abbe
Browse repository at this point
Commits on Aug 30, 2016
Bump version
brianc
committed
5ec7827
View commit details
Copy full SHA for 5ec7827
Browse repository at this point
Alias a query with AS (#329)
Show description for eba2de6
danrzeppa
authored and
brianc
committed
eba2de6
View commit details
Copy full SHA for eba2de6
Browse repository at this point
Commits on Jul 20, 2016
Bump version
brianc
committed
b987e5c
View commit details
Copy full SHA for b987e5c
Browse repository at this point
Use count(*) syntax for MySQL instead of count(`table`.*) (#325)
kanthoney
authored and
brianc
committed
6786f50
View commit details
Copy full SHA for 6786f50
Browse repository at this point
Commits on Jun 16, 2016
_.isArray -> Array.isArray (#309)
braddunbar
authored and
brianc
committed
cf928ee
View commit details
Copy full SHA for cf928ee
Browse repository at this point
Commits on May 26, 2016
Bump version
brianc
committed
e6b40a9
View commit details
Copy full SHA for e6b40a9
Browse repository at this point
Fix sqlite date functions for epoch (#319)
barryhammen
authored and
brianc
committed
bc4d8d9
View commit details
Copy full SHA for bc4d8d9
Browse repository at this point
Commits on May 23, 2016
Bump version
brianc
committed
eec86e4
View commit details
Copy full SHA for eec86e4
Browse repository at this point
Add support for basic date functions (#318)
barryhammen
authored and
brianc
committed
e00acab
View commit details
Copy full SHA for e00acab
Browse repository at this point
Commits on May 18, 2016
Bump version
brianc
committed
297daf3
View commit details
Copy full SHA for 297daf3
Browse repository at this point
Commits on Apr 1, 2016
Add table level foreign keys
Show description for 43b6c35
kanthoney
authored and
brianc
committed
43b6c35
View commit details
Copy full SHA for 43b6c35
Browse repository at this point
Commits on Mar 22, 2016
Merge pull request #305 from iamcharliegoddard/jshint-fix
Show description for a43efac
HughePaul
committed
a43efac
View commit details
Copy full SHA for a43efac
Browse repository at this point
Commits on Mar 19, 2016
jshint-fix: fix for jshint error
iamcharliegoddard
committed
046d6dc
View commit details
Copy full SHA for 046d6dc
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #301 from danrzeppa/dan-mssqlinsertselect
Show description for 39be3f3
brianc
committed
39be3f3
View commit details
Copy full SHA for 39be3f3
Browse repository at this point
Merge pull request #281 from BeeDi/master
Show description for 600abc1
brianc
committed
600abc1
View commit details
Copy full SHA for 600abc1
Browse repository at this point
Commits on Feb 20, 2016
Addresses issue when generating INSERT INTO ... SELECT statements created using the .add() function.
danrzeppa
committed
687eecf
View commit details
Copy full SHA for 687eecf
Browse repository at this point
Commits on Feb 19, 2016
Merge pull request #300 from danrzeppa/dan-querynodevalueexpr
Show description for 5765c73
brianc
committed
5765c73
View commit details
Copy full SHA for 5765c73
Browse repository at this point
Merge pull request #298 from tmont/no-console-logging
Show description for 0c9407b
brianc
committed
0c9407b
View commit details
Copy full SHA for 0c9407b
Browse repository at this point
Commits on Feb 8, 2016
Fixed a couple of jshint errors.
danrzeppa
committed
50e184c
View commit details
Copy full SHA for 50e184c
Browse repository at this point
Added another test for generating select clauses without from clauses.
danrzeppa
committed
69b3173
View commit details
Copy full SHA for 69b3173
Browse repository at this point
Extend query with value expressions to create allow creating select statements that can be joined together with expressions.
danrzeppa
committed
775e938
View commit details
Copy full SHA for 775e938
Browse repository at this point
Commits on Feb 5, 2016
Fix merge conflict on tests
BeeDi
committed
091b0b9
View commit details
Copy full SHA for 091b0b9
Browse repository at this point
Commits on Feb 3, 2016
Merge pull request #297 from tmont/lodash-upgrade
Show description for b0372e3
brianc
committed
b0372e3
View commit details
Copy full SHA for b0372e3
Browse repository at this point
Commits on Feb 1, 2016
only log stuff to the console if NODE_ENV=debug
Show description for 2e00b11
tmont
committed
2e00b11
View commit details
Copy full SHA for 2e00b11
Browse repository at this point
removed dead code
tmont
committed
02b6f06
View commit details
Copy full SHA for 02b6f06
Browse repository at this point
upgraded to lodash@4.1.x
Show description for e734df2
tmont
committed
e734df2
View commit details
Copy full SHA for e734df2
Browse repository at this point
Commits on Jan 29, 2016
Bump version
brianc
committed
d0cc3c7
View commit details
Copy full SHA for d0cc3c7
Browse repository at this point
Merge pull request #295 from ericjperry/with_barrys_changes
Show description for 23a6353
brianc
committed
23a6353
View commit details
Copy full SHA for 23a6353
Browse repository at this point
Commits on Jan 28, 2016
Fixed some rebase issues
ericjperry
committed
91b34ec
View commit details
Copy full SHA for 91b34ec
Browse repository at this point
Updated array tests that Barry changed and fixed insertion of arrays of objects in Postgres
ericjperry
committed
e0bd063
View commit details
Copy full SHA for e0bd063
Browse repository at this point
Commits on Jan 27, 2016
Bump version
brianc
committed
8af5b48
View commit details
Copy full SHA for 8af5b48
Browse repository at this point
Merge pull request #294 from brianc/revert-array-changes
Show description for 39c66c5
brianc
committed
39c66c5
View commit details
Copy full SHA for 39c66c5
Browse repository at this point
Revert "Merge pull request #290 from ericjperry/master"
Show description for 7f072ae
brianc
committed
7f072ae
View commit details
Copy full SHA for 7f072ae
Browse repository at this point
Previous
Next
You can’t perform that action at this time.