Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
sangxiaoyu
/
nhibernate-core
Public
forked from
nhibernate/nhibernate-core
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 22, 2020
Merge pull request #1868 from fredericDelaporte/DbSideNowGuidRandom
Show description for 450313b
fredericDelaporte
authored
450313b
Copy full SHA for 450313b
Support evaluation of Random.Next and NextDouble on db side
Show description for 3a8a1ba
fredericDelaporte
committed
3a8a1ba
Copy full SHA for 3a8a1ba
Support evaluation of Guid.NewGuid() on db side
Show description for 58272eb
fredericDelaporte
and
maca88
committed
58272eb
Copy full SHA for 58272eb
Support evaluation of DateTime.Now on db side
Show description for d84b43e
fredericDelaporte
and
maca88
committed
d84b43e
Copy full SHA for d84b43e
Commits on Mar 21, 2020
Add cross join support for Hql and Linq query provider (#2327)
Show description for 6c252ee
maca88
authored
6c252ee
Copy full SHA for 6c252ee
Commits on Mar 1, 2020
Upgrade AsyncGenerator to 0.18.1
maca88
authored and
fredericDelaporte
committed
873feec
Copy full SHA for 873feec
Commits on Feb 27, 2020
Enhance nullability check for "==" and "!=" operators for LINQ provider (#1996)
maca88
authored
638db27
Copy full SHA for 638db27
Commits on Feb 25, 2020
Merge pull request #2317 from fredericDelaporte/FlushMode
Show description for 0d65c8b
fredericDelaporte
authored
0d65c8b
Copy full SHA for 0d65c8b
Commits on Feb 22, 2020
Add SetFlushMode to Linq
fredericDelaporte
committed
0595a4a
Copy full SHA for 0595a4a
Add SetFlushMode to QueryOver
fredericDelaporte
committed
e3bd18e
Copy full SHA for e3bd18e
Commits on Feb 20, 2020
Reduce cast usage for aggregate functions (#2036)
Show description for d4206e2
maca88
and
hazzik
authored
d4206e2
Copy full SHA for d4206e2
Add support for fetching an individual lazy property with Criteria (#2097)
Show description for b9dc310
bahusoid
and
hazzik
authored
b9dc310
Copy full SHA for b9dc310
Prevent calling UpdateTimestampsCache if query spaces are not changed (#2120)
hazzik
authored
97d2184
Copy full SHA for 97d2184
Commits on Jan 19, 2020
Include 5.1.7 backport release notes
fredericDelaporte
committed
e613d8a
Copy full SHA for e613d8a
Merge branch '5.2.x'
fredericDelaporte
committed
3ec4b57
Copy full SHA for 3ec4b57
Release 5.2.7
fredericDelaporte
committed
40779f9
Copy full SHA for 40779f9
Commits on Jan 14, 2020
Do not cache ExpandedQueryExpression query plan if it's based on not cacheable query expression
bahusoid
authored and
fredericDelaporte
committed
e418fbc
Copy full SHA for e418fbc
Add logging for QueryBatch similar to Loader.DoQuery
bahusoid
authored and
fredericDelaporte
committed
6784416
Copy full SHA for 6784416
Commits on Jan 13, 2020
Pinpoint Travis CI to using Ubuntu Trusty (14.04) to fix Firebird
Show description for 72fddfb
hazzik
authored and
fredericDelaporte
committed
72fddfb
Copy full SHA for 72fddfb
Commits on Jan 12, 2020
Add sqlite.binaryguid to configuration schema (#2245)
Show description for e8bba30
fredericDelaporte
committed
e8bba30
Copy full SHA for e8bba30
Proper query plan caching for DML LINQ queries (#2299)
bahusoid
authored and
fredericDelaporte
committed
df6cbbe
Copy full SHA for df6cbbe
Commits on Dec 27, 2019
Add StackExchangeRedis cache provider documentation (#2294)
Show description for 1920603
fredericDelaporte
and
maca88
authored
1920603
Copy full SHA for 1920603
Optimize filter applying logic (#2295)
bahusoid
authored and
fredericDelaporte
committed
42c2f9b
Copy full SHA for 42c2f9b
Commits on Dec 23, 2019
Update RtMemoryCache framework dependency (#2293)
fredericDelaporte
authored and
hazzik
committed
4e54de2
Copy full SHA for 4e54de2
Add a driver to support Microsoft.Data.SqlClient provider (#2216)
Show description for c8c52aa
hazzik
and
fredericDelaporte
authored
c8c52aa
Copy full SHA for c8c52aa
Commits on Dec 22, 2019
Fix subclass filter on key columns (#2288)
bahusoid
authored and
fredericDelaporte
committed
3eb16b0
Copy full SHA for 3eb16b0
Cache query plan for DML LINQ queries (#2229)
bahusoid
authored and
fredericDelaporte
committed
8c7444d
Copy full SHA for 8c7444d
Fix GenericBatchingBatcher to call IInterceptor.OnPrepareStatement (#2285)
maca88
authored and
fredericDelaporte
committed
8530ca4
Copy full SHA for 8530ca4
Commits on Dec 17, 2019
Allow customizing 'alias to bean' property not found behavior (#2287)
chris-peterson
authored and
hazzik
committed
92133f0
Copy full SHA for 92133f0
Make persistent collection classes implement the IReadOnly* interfaces (#2284)
marcelltoth
authored and
hazzik
committed
77738a0
Copy full SHA for 77738a0
Commits on Dec 1, 2019
Add missing options to QueryOver (#2275)
Show description for 99d48f5
fredericDelaporte
authored
99d48f5
Copy full SHA for 99d48f5
Commits on Nov 11, 2019
Fix duplicated methods generated in proxies (#2264)
Show description for d8931ac
fredericDelaporte
and
hazzik
authored
d8931ac
Copy full SHA for d8931ac
Fix white-spaces issues as identified by CodeFactor (#2265)
hazzik
authored
6ab71d0
Copy full SHA for 6ab71d0
Commits on Nov 6, 2019
Update Restrictions.cs
Show description for 97dedca
bobinush
authored and
fredericDelaporte
committed
97dedca
Copy full SHA for 97dedca
Commits on Nov 3, 2019
Regenerate async code for #2056 (#2263)
fredericDelaporte
authored and
hazzik
committed
d1ef4ed
Copy full SHA for d1ef4ed
Pagination
Previous
Next
You can’t perform that action at this time.