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
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 }}
DullReferenceException
/
node-orm2
Public
forked from
dresende/node-orm2
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 Jun 9, 2014
Rebased from upstream
jpage-godaddy
committed
4993854
View commit details
Copy full SHA for 4993854
Browse repository at this point
Commits on Jun 5, 2014
Version bump
dxg
committed
559bfb9
View commit details
Copy full SHA for 559bfb9
Browse repository at this point
Add Instance.markAsDirty(propName)
dxg
committed
8f0a932
View commit details
Copy full SHA for 8f0a932
Browse repository at this point
Add Instance.set() #517
dxg
committed
7e6e9ab
View commit details
Copy full SHA for 7e6e9ab
Browse repository at this point
Commits on Jun 4, 2014
Merge pull request #512 from DullReferenceException/eternal-driver-support
Show description for b31e079
dxg
committed
b31e079
View commit details
Copy full SHA for b31e079
Browse repository at this point
Terminology change from Driver to Adapter
Show description for 33a09e9
jpage-godaddy
committed
33a09e9
View commit details
Copy full SHA for 33a09e9
Browse repository at this point
Enabling third-party drivers
Show description for 44ea464
jpage-godaddy
committed
44ea464
View commit details
Copy full SHA for 44ea464
Browse repository at this point
Commits on Jun 3, 2014
Merge pull request #516 from mike-zenith/patch-2
Show description for b160ffe
dxg
committed
b160ffe
View commit details
Copy full SHA for b160ffe
Browse repository at this point
Global leak detected: i
Show description for 87c7ab3
mike-zenith
committed
87c7ab3
View commit details
Copy full SHA for 87c7ab3
Browse repository at this point
Merge pull request #513 from DullReferenceException/integration-test-fixes
Show description for 38e7672
dxg
committed
38e7672
View commit details
Copy full SHA for 38e7672
Browse repository at this point
Throw error if model has no keys defined. #509
dxg
committed
f9173be
View commit details
Copy full SHA for f9173be
Browse repository at this point
Commits on Jun 2, 2014
Fix Property.mapsTo for keys
dxg
committed
f0930ff
View commit details
Copy full SHA for f0930ff
Browse repository at this point
Commits on May 31, 2014
Various integration fixes
Show description for e777a95
jpage-godaddy
committed
e777a95
View commit details
Copy full SHA for e777a95
Browse repository at this point
Commits on May 28, 2014
Rename opts.id to opts.keys
dxg
committed
b850f5e
View commit details
Copy full SHA for b850f5e
Browse repository at this point
Commits on May 27, 2014
Doco about `key: true` for `hasMany` associations
dxg
committed
d334464
View commit details
Copy full SHA for d334464
Browse repository at this point
Fix hasMany custom keys join table (#510)
dxg
committed
c6c6628
View commit details
Copy full SHA for c6c6628
Browse repository at this point
Commits on May 22, 2014
Fix Property.mapsTo.
Show description for 1cd44d8
dxg
committed
1cd44d8
View commit details
Copy full SHA for 1cd44d8
Browse repository at this point
Allow specifying `key: true` on properties rather than passing array of ids
dxg
committed
7234015
View commit details
Copy full SHA for 7234015
Browse repository at this point
Commits on May 21, 2014
Fixed git dependency url
m407
authored and
dxg
committed
3ffd583
View commit details
Copy full SHA for 3ffd583
Browse repository at this point
Update package.json
Show description for 820c431
m407
authored and
dxg
committed
820c431
View commit details
Copy full SHA for 820c431
Browse repository at this point
Revert special treatment for +postgres
dxg
committed
2bd126a
View commit details
Copy full SHA for 2bd126a
Browse repository at this point
Update changelog
dxg
committed
4c668a1
View commit details
Copy full SHA for 4c668a1
Browse repository at this point
Update to newest sql-query
dxg
committed
3402ec7
View commit details
Copy full SHA for 3402ec7
Browse repository at this point
Commits on May 20, 2014
Add SQLite index name collision test case
dxg
committed
88019cf
View commit details
Copy full SHA for 88019cf
Browse repository at this point
Fix SQLite index name collisions.
Show description for 8e8ce96
dxg
committed
8e8ce96
View commit details
Copy full SHA for 8e8ce96
Browse repository at this point
Add custom type support to hasMany extra properties
dxg
committed
095fb51
View commit details
Copy full SHA for 095fb51
Browse repository at this point
Commits on May 19, 2014
Merge pull request #498 from Mithgol/use-svg
Show description for 4159cb4
dxg
committed
4159cb4
View commit details
Copy full SHA for 4159cb4
Browse repository at this point
Fix hasMany.getAccessor().count()
dxg
committed
b760737
View commit details
Copy full SHA for b760737
Browse repository at this point
Commits on May 14, 2014
Add tests for sqlite Dialect.clear. Closes #497
dxg
committed
acf603d
View commit details
Copy full SHA for acf603d
Browse repository at this point
Commits on May 11, 2014
use SVG to display Travis CI build status and npm package's version
Mithgol
committed
67dbb8b
View commit details
Copy full SHA for 67dbb8b
Browse repository at this point
Commits on May 8, 2014
bad line breaks before +
Show description for 051089e
mike-zenith
committed
051089e
View commit details
Copy full SHA for 051089e
Browse repository at this point
[Driver:sqlite].clear should reset autoincrement
Show description for 53b3612
mike-zenith
committed
53b3612
View commit details
Copy full SHA for 53b3612
Browse repository at this point
v2.1.9: (#456, #375, #273, #495)
dxg
committed
41ee165
View commit details
Copy full SHA for 41ee165
Browse repository at this point
Show sync errors
dxg
committed
b2d35f6
View commit details
Copy full SHA for b2d35f6
Browse repository at this point
Fix duplicate column issue with orm-timestamps
dxg
committed
6610605
View commit details
Copy full SHA for 6610605
Browse repository at this point
Previous
Next
You can’t perform that action at this time.