Hi, When doing a schema export using NHibernate.JetDriver the script comes out wrong
create table [FieldValue] (Id INT !!! REPLACE THE PRECEEDING 'INT' AND THIS PLACEHOLDER WITH 'COUNTER' !!!, Answer TEXT($1) null, Question TEXT($1) null, Signup_id INT null, primary key (Id)) It seems the placeholders and not getting replaced. I would much rather be using sqlite or sql server but I need something inexpensive to run on a shared host in medium trust. Is schema export supported? Or am I missing something? Thanks Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NHibernate Contrib - Development Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com.ar/group/nhcdevs?hl=en -~----------~----~----~----~------~----~------~--~---
