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 }}
arcana261
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2015
removed trailing comma from mssql connection manager connection config.
Mohamad mehdi Kharatizadeh
committed
094873e
View commit details
Copy full SHA for 094873e
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
Merge pull request #4490 from kenjitayama/paranoidDefaultValue
Show description for cbeaf4b
mickhansen
committed
cbeaf4b
View commit details
Copy full SHA for cbeaf4b
View code at this point
Browse repository at this point
use defaultValue of deletedAt instead of NULL in paranoidClause and restore
kenjitayama
committed
538a619
View commit details
Copy full SHA for 538a619
View code at this point
Browse repository at this point
Do not inject Model..include in options directly
verdier
committed
d7353be
View commit details
Copy full SHA for d7353be
View code at this point
Browse repository at this point
Merge pull request #4492 from arcana261/master
Show description for dea7375
mickhansen
committed
dea7375
View commit details
Copy full SHA for dea7375
View code at this point
Browse repository at this point
Added check to prevent multiple commit/rollback on a single transaction
Show description for fe4bca4
Mohamad mehdi Kharatizadeh
committed
fe4bca4
View commit details
Copy full SHA for fe4bca4
View code at this point
Browse repository at this point
Commits on Sep 13, 2015
Update spelling in line 11 of sequelize/lib/data-types.js
hackreactor-students
committed
5eaa066
View commit details
Copy full SHA for 5eaa066
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Fix the last places referring to instance.__options
janmeier
committed
2bfa312
View commit details
Copy full SHA for 2bfa312
View code at this point
Browse repository at this point
Merge pull request #4354 from glutentag/fix4353
Show description for 78c3f91
janmeier
committed
78c3f91
View commit details
Copy full SHA for 78c3f91
View code at this point
Browse repository at this point
Merge pull request #4429 from andywhite37/master
Show description for 3c0d233
janmeier
committed
3c0d233
View commit details
Copy full SHA for 3c0d233
View code at this point
Browse repository at this point
Merge pull request #4372 from rodrigoapereira/master
Show description for 28eb87e
janmeier
committed
28eb87e
View commit details
Copy full SHA for 28eb87e
View code at this point
Browse repository at this point
Sequelize version number as property of sequelize
overlookmotel
committed
dde5f78
View commit details
Copy full SHA for dde5f78
View code at this point
Browse repository at this point
Fix issue #4353. After destroy and reload, a 1-1 association is set to null.
Clement Teule
committed
35683cf
View commit details
Copy full SHA for 35683cf
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Set a default options value for QueryInterface.prototype.bulkInsert
poying
committed
86173e8
View commit details
Copy full SHA for 86173e8
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Rename Instance private options and __options
Show description for 174b831
andywhite37
committed
174b831
View commit details
Copy full SHA for 174b831
View code at this point
Browse repository at this point
fix virtual dependency inclusion for includes
mickhansen
committed
2c6e526
View commit details
Copy full SHA for 2c6e526
View code at this point
Browse repository at this point
refactor: introduce Utils.mapFinderOptions
mickhansen
committed
8813622
View commit details
Copy full SHA for 8813622
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
add beforeRestore/afterRestore hooks
rodrigoapereira
committed
50d9a8a
View commit details
Copy full SHA for 50d9a8a
View code at this point
Browse repository at this point
feat(model/attributes): return type and dependency fields for VIRTUAL
mickhansen
committed
b7c8e85
View commit details
Copy full SHA for b7c8e85
View code at this point
Browse repository at this point
Merge pull request #4278 from Americas/master
Show description for ad7f882
mickhansen
committed
ad7f882
View commit details
Copy full SHA for ad7f882
View code at this point
Browse repository at this point
groupJoinData checks UniqueKeys if no PrimaryKey is set
Show description for 091f258
Americas
committed
091f258
View commit details
Copy full SHA for 091f258
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
bug(json) Cast to boolean when querying JSON. Closes #4257
janmeier
committed
fe3e1c5
View commit details
Copy full SHA for fe3e1c5
View code at this point
Browse repository at this point
bug(define) Throw an error when adding a column named id, without marking it as pk. Closes #4139
janmeier
committed
7d668dd
View commit details
Copy full SHA for 7d668dd
View code at this point
Browse repository at this point
bug(getwherecond) Fix a bug where passing null as the second parameter to would fail Closes #4334
janmeier
committed
a42b38b
View commit details
Copy full SHA for a42b38b
View code at this point
Browse repository at this point
bug(postgres) Fall back to latest version if parsing db version fails. Closes #4368
janmeier
committed
fd426d7
View commit details
Copy full SHA for fd426d7
View code at this point
Browse repository at this point
Commits on Aug 23, 2015
Queries with includes with separate:true now add the source id to the attributes if it was missing
sorin
committed
da715a1
View commit details
Copy full SHA for da715a1
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
feat(model): added findCreateFind
mickhansen
committed
615b74a
View commit details
Copy full SHA for 615b74a
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
feat(increment) use QueryTypes.UPDATE instead of RAW when incrementing a value of an instance
Bibernull
authored and
janmeier
committed
3a61c6e
View commit details
Copy full SHA for 3a61c6e
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Merge pull request #4321 from LeekAnarchism/mssql-removecolumn
Show description for 8be2177
janmeier
committed
8be2177
View commit details
Copy full SHA for 8be2177
View code at this point
Browse repository at this point
Fix Postgres showIndex not returning functional indices
sorin
committed
1fed4a3
View commit details
Copy full SHA for 1fed4a3
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Fix removeColumnQuery for mssql dialect
Show description for cfef336
LeekAnarchism
committed
cfef336
View commit details
Copy full SHA for cfef336
View code at this point
Browse repository at this point
Merge pull request #4302 from ysagal/add-sqlite-connect-modes
Show description for c9c00b4
janmeier
committed
c9c00b4
View commit details
Copy full SHA for c9c00b4
View code at this point
Browse repository at this point
Commits on Aug 12, 2015
Replacing direct inclusion of sqlite3 by `this.lib`
ysagal
committed
7dcb40a
View commit details
Copy full SHA for 7dcb40a
View code at this point
Browse repository at this point
Respect custom field names in json queries
Show description for b9b5c4f
johanneswuerbach
committed
b9b5c4f
View commit details
Copy full SHA for b9b5c4f
View code at this point
Browse repository at this point
Merge pull request #4298 from johanneswuerbach/jsonb-cast-keys
Show description for a6508a8
janmeier
committed
a6508a8
View commit details
Copy full SHA for a6508a8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.