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 }}
sinumohan
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-sql
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 24, 2019
Merge pull request #398 from danrzeppa/dan-mssqlconcat
Show description for c90f044
danrzeppa
authored
c90f044
View commit details
Copy full SHA for c90f044
View code at this point
Browse repository at this point
Merge pull request #400 from danrzeppa/dan-toplevelsubquery
Show description for 08940f9
danrzeppa
authored
08940f9
View commit details
Copy full SHA for 08940f9
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
Added test for aliased top-level subQuery
danrzeppa
committed
c5c2e66
View commit details
Copy full SHA for c5c2e66
View code at this point
Browse repository at this point
Top-Level SubQuery support.
danrzeppa
committed
761469e
View commit details
Copy full SHA for 761469e
View code at this point
Browse repository at this point
- Override for Microsoft SQL Server concatenation operator.
danrzeppa
committed
ed315d2
View commit details
Copy full SHA for ed315d2
View code at this point
Browse repository at this point
- Support for "left join lateral" in Postgres which converts to "outer apply" in Microsoft SQL Server and Oracle.
danrzeppa
committed
6916535
View commit details
Copy full SHA for 6916535
View code at this point
Browse repository at this point
Commits on Aug 6, 2017
Exposes function creation to allow use of unsupported functions (#371)
hstanford
authored and
brianc
committed
c7334f3
View commit details
Copy full SHA for c7334f3
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
Fix order method with empty array generates invalid SQL (#364)
ordoghl
authored and
brianc
committed
9173f92
View commit details
Copy full SHA for 9173f92
View code at this point
Browse repository at this point
Support REPLACE (#368)
Show description for 1fbaf62
lukechilds
authored and
brianc
committed
1fbaf62
View commit details
Copy full SHA for 1fbaf62
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
add OR IGNORE for sqlite (#347)
Show description for 73bf260
katz12
authored and
brianc
committed
73bf260
View commit details
Copy full SHA for 73bf260
View code at this point
Browse repository at this point
Commits on Dec 20, 2016
add defaultValue parameter when creating tables (#311)
kanthoney
authored and
brianc
committed
2808409
View commit details
Copy full SHA for 2808409
View code at this point
Browse repository at this point
Fix Table.hasColumn for columns with custom property names (#322)
Show description for f941c74
madebyherzblut
authored and
brianc
committed
f941c74
View commit details
Copy full SHA for f941c74
View code at this point
Browse repository at this point
Add date time interval functionality to postgres and mysql dialects (#326)
Show description for 72aff90
kanthoney
authored and
brianc
committed
72aff90
View commit details
Copy full SHA for 72aff90
View code at this point
Browse repository at this point
Fix issue when calling insert with an object that has a length property instead of an array. (#337)
KyleLilly
authored and
brianc
committed
301840e
View commit details
Copy full SHA for 301840e
View code at this point
Browse repository at this point
Fix adding/dropping columns with oracle. (#338)
KyleLilly
authored and
brianc
committed
b2278ff
View commit details
Copy full SHA for b2278ff
View code at this point
Browse repository at this point
the ON CONFLICT feature for #PostgreSQL was missing camelcase support… (#342)
Show description for cc897ca
rohitishere1
authored and
brianc
committed
cc897ca
View commit details
Copy full SHA for cc897ca
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
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
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Alias a query with AS (#329)
Show description for eba2de6
danrzeppa
authored and
brianc
committed
eba2de6
View commit details
Copy full SHA for eba2de6
View code at this point
Browse repository at this point
Commits on Jul 20, 2016
Use count(*) syntax for MySQL instead of count(`table`.*) (#325)
kanthoney
authored and
brianc
committed
6786f50
View commit details
Copy full SHA for 6786f50
View code at this point
Browse repository at this point
Commits on May 26, 2016
Fix sqlite date functions for epoch (#319)
barryhammen
authored and
brianc
committed
bc4d8d9
View commit details
Copy full SHA for bc4d8d9
View code at this point
Browse repository at this point
Commits on May 23, 2016
Add support for basic date functions (#318)
barryhammen
authored and
brianc
committed
e00acab
View commit details
Copy full SHA for e00acab
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Added another test for generating select clauses without from clauses.
danrzeppa
committed
69b3173
View commit details
Copy full SHA for 69b3173
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Revert "Merge pull request #290 from ericjperry/master"
Show description for 7f072ae
brianc
committed
7f072ae
View commit details
Copy full SHA for 7f072ae
View code at this point
Browse repository at this point
Merge pull request #288 from iamcharliegoddard/jshint
Show description for 244a96a
brianc
committed
244a96a
View commit details
Copy full SHA for 244a96a
View code at this point
Browse repository at this point
Merge pull request #290 from ericjperry/master
Show description for 7a64031
brianc
committed
7a64031
View commit details
Copy full SHA for 7a64031
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
Added tests for postgres array insert
ericjperry
committed
7407915
View commit details
Copy full SHA for 7407915
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Fix booleans and objects
barryhammen
committed
3553fd2
View commit details
Copy full SHA for 3553fd2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.