All work
- SchemaExport for Sqlite creates invalid foreign keysNH-3664
- Merge IEnhancedProjection into IProjectionNH-3644Resolved issue: NH-3644Oskar Berggren
- PostgreSQL: Support LINQ DateTime.Date in select clauseNH-3642Resolved issue: NH-3642
- <filter> doesn't work well in self-associated classNH-3635Resolved issue: NH-3635Alex Zaytsev
- Add Support for Dropping Columns on DialectNH-3633Resolved issue: NH-3633Alex Zaytsev
- Add Support for AlteringColumns on DialectNH-3632Resolved issue: NH-3632Alex Zaytsev
- Add support for BatchTerminator on DialectNH-3631Resolved issue: NH-3631
- Fetching in query causes incorrect/missing joins in subqueryNH-3622Resolved issue: NH-3622Alex Zaytsev
- Does Not Create Database Automatically For MySQLNH-3621Resolved issue: NH-3621
- ORA-01483 when inserting two blobs and a date using the OracleManagedDataClientDriverNH-3620Resolved issue: NH-3620
- Using Projections.Conditional inside of Projections.Count and Projections.Avg generates invalid sql.NH-3609Resolved issue: NH-3609Alex Zaytsev
- AbstractSessionImpl abstract method visibilityNH-3608Resolved issue: NH-3608Alex Zaytsev
- Resilient Connection ProviderNH-3607
- Allow Creating of Child Stateless SessionNH-3606Resolved issue: NH-3606Frédéric Delaporte
- Map ByCode fails when property is protected (not public)NH-3604Resolved issue: NH-3604
- Allow Setting Lock Mode Per QueryNH-3599Resolved issue: NH-3599Alex Zaytsev
- Unit test fails at closing already disposed connectionsNH-3598Resolved issue: NH-3598
- added seqhiloNH-3597Resolved issue: NH-3597Alex Zaytsev
- MSSql2012Dialect generates invalid order by clause for paging distinct queryNH-3594
- IncrementGenerator unnecessarily creates a new connection to the dbNH-3591Resolved issue: NH-3591Oskar Berggren
- Detached entity with set of primitives throwsNH-3590Resolved issue: NH-3590
- cascade setting not work for sqliteNH-3584Resolved issue: NH-3584Alex Zaytsev
- nhibernate.everything.sln doesn't compileNH-3581Resolved issue: NH-3581Oskar Berggren
- Remove dependency to Iesi.CollectionsNH-3580Resolved issue: NH-3580Alex Zaytsev
- Session leak in the Query Plan CacheNH-3579Resolved issue: NH-3579
- Subcriteria.UniqueResult<T> for value types should return default(T), same as CriteriaImpl.UniqueResult<T> when result is nullNH-3578Resolved issue: NH-3578Alex Zaytsev
- Fix in SessionFactory.Statistics.LogSummary() method to show 0 milisecond as MaxQueryTime when no query was executed, instead of -922337203685477NH-3577Resolved issue: NH-3577
- session load exception with enableFilterNH-3576Resolved issue: NH-3576Alex Zaytsev
- Query cache statistics not updated when using MultiCriteriaNH-3573Resolved issue: NH-3573Alex Zaytsev
- Linq does not support dynamic components inside componentsNH-3571Resolved issue: NH-3571Oskar Berggren
- Polymorphic HQL query on not mapped base class does not return any row when row limits are setNH-3569
- Not retrieve data with null many-to-one property in 4.0.0.Alpha1 tooNH-3562Resolved issue: NH-3562
- Date time generic hql functionsNH-3561
- Fix for not using bytecode optimizer for componetsNH-3560Resolved issue: NH-3560Alex Zaytsev
- UnionSubclassEntityPersister does not quote column namesNH-3559Resolved issue: NH-3559Alex Zaytsev
- Table check and enhanced id generators in Mapping By CodeNH-3558Resolved issue: NH-3558
- IQueryable<T> implementation failes with OData $expand operation used againt collection with TypeMismatchExceptionNH-3556Resolved issue: NH-3556
- Modify key object in dictionary throwsNH-3555Resolved issue: NH-3555
- Db2Dialect should issue FETCH FIRST N ROWS ONLY when there is no offsetNH-3525Resolved issue: NH-3525Alex Zaytsev
- ICriteria/QueryOver create incorrect left join condition when table-per-hierarchy is used with filtersNH-3506Resolved issue: NH-3506
- Allow query model visitor to be provided through the session factoryNH-3499Resolved issue: NH-3499Alex Zaytsev
- Split tests to unit and integrationNH-3475Alex Zaytsev
- DefaultIfEmpty not supported when used with a GroupByNH-3459Resolved issue: NH-3459Alex Zaytsev
- GroupBy, OrderBy key, Select to custom class fails with HibernateExceptionNH-3446Alex Zaytsev
- Select, Distinct, OrderBy, Take fails with NotSupportedExceptionNH-3445
- Replace System.Data with System.Data.CommonNH-3431Resolved issue: NH-3431Alex Zaytsev
- Reflection optimizer not used for componentsNH-3410Resolved issue: NH-3410Alex Zaytsev
- Refactor ThreadLocalSessionContextNH-3402
- Fetch requests do not work with collection projectionsNH-3396
- StatelessSession: one-to-one detail-object is always nullNH-3391Resolved issue: NH-3391
50 of 69
LINQ support for spatial data
Description
None
Environment
None
Details
Details
Assignee
Ricardo Stuven
Ricardo StuvenReporter
David Pfeffer
David PfefferComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 26, 2010 at 7:59 AM
Updated December 1, 2010 at 5:09 AM
Activity
Show:
David Pfeffer December 1, 2010 at 5:09 AM
David Pfeffer
December 1, 2010 at 5:09 AM
Ricardo Stuven October 8, 2010 at 5:18 PM
Ricardo Stuven
October 8, 2010 at 5:18 PM
At revision 1365, implemented support for almost all functions. Pending: Aggregate functions and conversion from WKT and WKB.
I can't seem to sort by distance either – I get a not supported exception.