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
Branch selector
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
Browse repository at this point
Commits on Mar 10, 2015
Bump version
brianc
committed
2987e13
View commit details
Copy full SHA for 2987e13
Browse repository at this point
Merge pull request #217 from danrzeppa/dan-temptables
Show description for be8039f
brianc
committed
be8039f
View commit details
Copy full SHA for be8039f
Browse repository at this point
Merge pull request #223 from brianc/fix-216-tests
Show description for 2173019
brianc
committed
2173019
View commit details
Copy full SHA for 2173019
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
Browse repository at this point
Start fixing 216 tests
brianc
committed
0bbe361
View commit details
Copy full SHA for 0bbe361
Browse repository at this point
Merge pull request #222 from thadclay/master
Show description for b834b1c
brianc
committed
b834b1c
View commit details
Copy full SHA for b834b1c
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
Browse repository at this point
Merge pull request #216 from danrzeppa/dan-inserttests
Show description for cad4afd
brianc
committed
cad4afd
View commit details
Copy full SHA for cad4afd
Browse repository at this point
Merge pull request #215 from lebolo/master
Show description for cfd4843
brianc
committed
cfd4843
View commit details
Copy full SHA for cfd4843
Browse repository at this point
Commits on Mar 4, 2015
Add _visitingJoin check to visitColumn.
thadclay
committed
d3f6522
View commit details
Copy full SHA for d3f6522
Browse repository at this point
Merge pull request #220 from billxinli/master
Show description for 6760580
danrzeppa
committed
6760580
View commit details
Copy full SHA for 6760580
Browse repository at this point
Commits on Mar 3, 2015
Fixed a bug
billxinli
committed
2763a67
View commit details
Copy full SHA for 2763a67
Browse repository at this point
- 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
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
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
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
Browse repository at this point
Commits on Feb 26, 2015
Bump version
brianc
committed
c62f481
View commit details
Copy full SHA for c62f481
Browse repository at this point
Fix up test runner for windows
brianc
committed
722c536
View commit details
Copy full SHA for 722c536
Browse repository at this point
Merge pull request #214 from danrzeppa/dan-crossplatformtest
Show description for 7ce7b00
brianc
committed
7ce7b00
View commit details
Copy full SHA for 7ce7b00
Browse repository at this point
- Use the spawn method in the script so that it will still work on version of node older than 0.12.
danrzeppa
committed
70d7431
View commit details
Copy full SHA for 70d7431
Browse repository at this point
Commits on Feb 25, 2015
Minor bug fix to assert existence of columnNode.references.column (previously checked for columnNode.references.table twice)
lebolo
committed
c34cf57
View commit details
Copy full SHA for c34cf57
Browse repository at this point
Bump version
brianc
committed
d0c2a25
View commit details
Copy full SHA for d0c2a25
Browse repository at this point
Merge pull request #209 from jfgirard/master
Show description for 72a9c7a
brianc
committed
72a9c7a
View commit details
Copy full SHA for 72a9c7a
Browse repository at this point
Bump version
brianc
committed
63ccaa4
View commit details
Copy full SHA for 63ccaa4
Browse repository at this point
Merge pull request #213 from lebolo/master
Show description for ee8a981
brianc
committed
ee8a981
View commit details
Copy full SHA for ee8a981
Browse repository at this point
Commits on Feb 23, 2015
Formatting
danrzeppa
committed
bfc7688
View commit details
Copy full SHA for bfc7688
Browse repository at this point
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
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
Browse repository at this point
Merge remote-tracking branch 'brianc/master'
danrzeppa
committed
c4c7b50
View commit details
Copy full SHA for c4c7b50
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
Browse repository at this point
Commits on Jan 21, 2015
Bump version
brianc
committed
28b1ca3
View commit details
Copy full SHA for 28b1ca3
Browse repository at this point
Merge pull request #208 from danrzeppa/mssql-case2
Show description for e890a34
brianc
committed
e890a34
View commit details
Copy full SHA for e890a34
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
Browse repository at this point
Updates to the CASE expression logic so that it actually works with SQL Server.
danrzeppa
committed
072dc4d
View commit details
Copy full SHA for 072dc4d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.