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 }}
kingcode42
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 13, 2015
Adding iregex and notIregex.
Paul King
committed
5850bf0
View commit details
Copy full SHA for 5850bf0
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Merge pull request #217 from danrzeppa/dan-temptables
Show description for be8039f
brianc
committed
be8039f
View commit details
Copy full SHA for be8039f
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
Fixed failing insert-test for or mssql.
danrzeppa
committed
b393463
View commit details
Copy full SHA for b393463
View code at this point
Browse repository at this point
Start fixing 216 tests
brianc
committed
0bbe361
View commit details
Copy full SHA for 0bbe361
View code at this point
Browse repository at this point
Merge pull request #218 from danrzeppa/dan-insertselect
Show description for 931a885
brianc
committed
931a885
View commit details
Copy full SHA for 931a885
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
- Added a test case to better illustrate and test what this pull request is trying to accomplish.
danrzeppa
committed
a10743d
View commit details
Copy full SHA for a10743d
View code at this point
Browse repository at this point
- Fixes an issue with INSERT statements using a SELECT for the values where the columns in the SELECT statement were not being qualified.
danrzeppa
committed
08152c7
View commit details
Copy full SHA for 08152c7
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
Support for temporary tables.
danrzeppa
committed
63e3cbb
View commit details
Copy full SHA for 63e3cbb
View code at this point
Browse repository at this point
Added insert-tests for Microsoft SQL Server. Right now we are throwing an exception for the RETURNING statement since it's not implemented in MS SQL the same way as PostgreSQL.
danrzeppa
committed
de351c4
View commit details
Copy full SHA for de351c4
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Merge pull request #214 from danrzeppa/dan-crossplatformtest
Show description for 7ce7b00
brianc
committed
7ce7b00
View commit details
Copy full SHA for 7ce7b00
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Merge pull request #209 from jfgirard/master
Show description for 72a9c7a
brianc
committed
72a9c7a
View commit details
Copy full SHA for 72a9c7a
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Trying to get the tests to run cross-platform with the usual "npm test"
danrzeppa
committed
4f77faa
View commit details
Copy full SHA for 4f77faa
View code at this point
Browse repository at this point
Fix a bug that added all columns as composite primary keys (instead of just those with `primaryKey: true`).
lebolo
committed
df67681
View commit details
Copy full SHA for df67681
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
add match operator for text search
jfgirard
committed
b23ac3e
View commit details
Copy full SHA for b23ac3e
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Updated case-tests to test the syntax required by Microsoft SQL Server.
danrzeppa
committed
c14a869
View commit details
Copy full SHA for c14a869
View code at this point
Browse repository at this point
Merge pull request #207 from danrzeppa/mssql-case
Show description for 1bb0bba
brianc
committed
1bb0bba
View commit details
Copy full SHA for 1bb0bba
View code at this point
Browse repository at this point
Added test cases for Microsoft SQL Server CASE statement. The syntax is the same as the other flavors so no real modifications to the code generator where necessary.
danrzeppa
committed
dd58d01
View commit details
Copy full SHA for dd58d01
View code at this point
Browse repository at this point
- Fixed issue with MSSQL NOT IN statement.
Show description for 3349335
danrzeppa
committed
3349335
View commit details
Copy full SHA for 3349335
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
Support for AND and OR without having to first use WHERE
danrzeppa
committed
0990d77
View commit details
Copy full SHA for 0990d77
View code at this point
Browse repository at this point
Updated some tests to include coverage for Microsoft SQL Server.
danrzeppa
committed
8e263f6
View commit details
Copy full SHA for 8e263f6
View code at this point
Browse repository at this point
Merge pull request #204 from danrzeppa/master
Show description for 20d4575
brianc
committed
20d4575
View commit details
Copy full SHA for 20d4575
View code at this point
Browse repository at this point
Fix indents in index-tests.js
danrzeppa
committed
d7ba4ff
View commit details
Copy full SHA for d7ba4ff
View code at this point
Browse repository at this point
Merge pull request #203 from paytm/insert_issue
Show description for b26d805
brianc
committed
b26d805
View commit details
Copy full SHA for b26d805
View code at this point
Browse repository at this point
Renamed "sqlserver" to "mssql" as per the suggestion by sdepold.
danrzeppa
committed
af47d3c
View commit details
Copy full SHA for af47d3c
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Merge pull request #200 from madebyherzblut/add-table-clone
Show description for 63baf66
brianc
committed
63baf66
View commit details
Copy full SHA for 63baf66
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Harmless select in case of invalid insert attempt
Hitesh
committed
62f154d
View commit details
Copy full SHA for 62f154d
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Merge remote-tracking branch 'upstream/master'
Show description for 73c9b4d
Hitesh
committed
73c9b4d
View commit details
Copy full SHA for 73c9b4d
View code at this point
Browse repository at this point
fixed missing table name for .star() with alias case
Bergwinkl Thomas
committed
728fe06
View commit details
Copy full SHA for 728fe06
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
support empty array where clause
Bergwinkl Thomas
committed
233e352
View commit details
Copy full SHA for 233e352
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
Add method table.clone([config])
madebyherzblut
committed
db2e1c6
View commit details
Copy full SHA for db2e1c6
View code at this point
Browse repository at this point
Commits on Jan 2, 2015
Handling case for empty array in insert
Hitesh
committed
91238f8
View commit details
Copy full SHA for 91238f8
View code at this point
Browse repository at this point
Commits on Dec 22, 2014
Add support for compound primary keys
Show description for 3fee9df
spion
committed
3fee9df
View commit details
Copy full SHA for 3fee9df
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
index select including namespace - with test
soliton4
committed
e15bfd1
View commit details
Copy full SHA for e15bfd1
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Add support for NOT NULL in create statement
FissionCat
committed
e5ebead
View commit details
Copy full SHA for e5ebead
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
Merge branch 'pull/173'
Show description for bbd6ed1
brianc
committed
bbd6ed1
View commit details
Copy full SHA for bbd6ed1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.