History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NH-691
Type: Patch Patch
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Unassigned
Reporter: Andrea Boschin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
NHibernate

New SqlServerCeDialect

Created: 14/Aug/06 03:43 AM   Updated: 06/Feb/07 10:26 AM
Component/s: -------------
Affects Version/s: 1.2.0.Alpha1
Fix Version/s: None

File Attachments: 1. Text File SqlServerCeDialect.cs (0.7 kb)

Issue Links:
Related
 


 Description  « Hide
I've developed a new Dialect for Sql Server Everywhere edition. It seems that the MsSql2005Dialect does not work with this embedded database because it does not support more then one sql statement on each command and because the identity column may be selected only using @@IDENTITY scope variable.

The new dialect resolve this issue and must be used in collaboration with the patch released for the SqlServerCeDriver

http://jira.nhibernate.org/browse/NH-673

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Sergey Koshcheyev - 07/Sep/06 12:59 AM
NH-708 provides a more complete implementation.