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 }}
casualuser
/
sequelize
Public
forked from
sequelize/sequelize
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
sequelize
lib
sql-string.js
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 1, 2016
Fix bug in SqlString.escape which caused the function to be recursively called with the wrong parameters when passed an array of strings. This would cause the incorrect escape algorithm to be used …
Show description for 23952a2
Michael Buckley
committed
23952a2
View commit details
Copy full SHA for 23952a2
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Prefix quoted string vals with N in mssql
zapatek
committed
9b89f62
View commit details
Copy full SHA for 9b89f62
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
Fix for #4904
Shoshomiga
committed
12057dc
View commit details
Copy full SHA for 12057dc
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
bug(datatypes) Fix parsing of aliassed geometry field. Closes #4431
janmeier
committed
785ff33
View commit details
Copy full SHA for 785ff33
View code at this point
Browse repository at this point
feat(datatypes) Finish work on datatypes refactor
janmeier
committed
7a8a1e7
View commit details
Copy full SHA for 7a8a1e7
View code at this point
Browse repository at this point
feat(datatypes) Initial work on datatypes refactor
janmeier
committed
4f74575
View commit details
Copy full SHA for 4f74575
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
bug(mssql) Escaping boolean to be 0 or 1 for mssql dialect. Closes #https://github.com/sequelize/sequelize/issues/4619
Show description for 0de4046
jonnolen
authored and
janmeier
committed
0de4046
View commit details
Copy full SHA for 0de4046
View code at this point
Browse repository at this point
Commits on May 28, 2015
Fix two minor issues. Closes #3812 and #3770
Ruben Bridgewater
committed
ae640b4
View commit details
Copy full SHA for ae640b4
View code at this point
Browse repository at this point
Commits on May 26, 2015
Fixes #3799 hasOwnProperty is now called through Object.prototype
Show description for c520386
hkulkarni
committed
c520386
View commit details
Copy full SHA for c520386
View code at this point
Browse repository at this point
Commits on May 15, 2015
add support for named timezones
dgb
committed
2188375
View commit details
Copy full SHA for 2188375
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Use stricter object comparison (check for !== null)
Ruben Bridgewater
committed
2067d2c
View commit details
Copy full SHA for 2067d2c
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
Use quotmark: true
Show description for 64bc16c
Ruben Bridgewater
committed
64bc16c
View commit details
Copy full SHA for 64bc16c
View code at this point
Browse repository at this point
Use stricter jshint settings
Show description for 7272c60
Ruben Bridgewater
committed
7272c60
View commit details
Copy full SHA for 7272c60
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
implement review changes
mickhansen
committed
f535c63
View commit details
Copy full SHA for f535c63
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Implement dialect specific data types
mickhansen
committed
2e166e6
View commit details
Copy full SHA for 2e166e6
View code at this point
Browse repository at this point
Commits on Feb 1, 2015
Update moment@2.9.0
Show description for f7f4ebb
Rui Marinho
committed
f7f4ebb
View commit details
Copy full SHA for f7f4ebb
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
refactor(sql/where): refactor where condition generation, add new unit tests and seperate integration tests
mickhansen
committed
251648a
View commit details
Copy full SHA for 251648a
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
realign codebase
Show description for 007223c
Matt Broadstone
committed
007223c
View commit details
Copy full SHA for 007223c
View code at this point
Browse repository at this point
All DAO tests pass
Joel Trost
authored and
Matt Broadstone
committed
bd9cfd0
View commit details
Copy full SHA for bd9cfd0
View code at this point
Browse repository at this point
Commit for fetch
Joel Trost
authored and
Matt Broadstone
committed
cada814
View commit details
Copy full SHA for cada814
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Fixing lint issues
nrmitchi
committed
c6fc9f7
View commit details
Copy full SHA for c6fc9f7
View code at this point
Browse repository at this point
Hacky solution for inserting arrays of dates in postgres
nrmitchi
committed
5a9e9c6
View commit details
Copy full SHA for 5a9e9c6
View code at this point
Browse repository at this point
Commits on Jul 14, 2014
Removed eval from abstract query
janmeier
committed
3f510d8
View commit details
Copy full SHA for 3f510d8
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Clean up the sqlstring escapedate function
janmeier
committed
e40f9b6
View commit details
Copy full SHA for e40f9b6
View code at this point
Browse repository at this point
Allow the user to set timezone
janmeier
committed
107098d
View commit details
Copy full SHA for 107098d
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
Insert datetimes with timezone and millisecond precision in sqlite
janmeier
committed
cb2f06d
View commit details
Copy full SHA for cb2f06d
View code at this point
Browse repository at this point
Commits on May 22, 2014
used gjslint's fixjsstyle and jshint to fix style changes and errors throughout the codebase
Matt Broadstone
committed
d09e876
View commit details
Copy full SHA for d09e876
View code at this point
Browse repository at this point
use strict mode for all library scripts
Matt Broadstone
committed
29a7954
View commit details
Copy full SHA for 29a7954
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Fix postgres casting conflict in named parameters
Nuno Sousa
committed
ae9260f
View commit details
Copy full SHA for ae9260f
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
Update formatNamedParameters to not match parameters starting with digit
Show description for d8231d2
triptec
committed
d8231d2
View commit details
Copy full SHA for d8231d2
View code at this point
Browse repository at this point
Commits on Sep 6, 2013
Add unit tests for typed arrays
LJ1102
committed
cb46842
View commit details
Copy full SHA for cb46842
View code at this point
Browse repository at this point
match codestyle in sql-string.js
LJ1102
committed
948ea4d
View commit details
Copy full SHA for 948ea4d
View code at this point
Browse repository at this point
Allow SqlString.arrayToList method to process typed arrays
LJ1102
committed
0f3b6f2
View commit details
Copy full SHA for 0f3b6f2
View code at this point
Browse repository at this point
Add function to detect TypedArrays
LJ1102
committed
5025a3e
View commit details
Copy full SHA for 5025a3e
View code at this point
Browse repository at this point
Commits on Aug 19, 2013
Blob support, closes #99
janmeier
committed
641624e
View commit details
Copy full SHA for 641624e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.