I tried this with SQL Server, and am getting the same thing. This is very strange.
2006-01-01 07:07:31,437 [4312 ] DEBUG NHibernate.Impl.BatcherImpl - Building an IDbCommand object for the SqlString: SELECT this.farm_id as farm_id1_, this.update_date as update_14_1_, this.note_id as note_id1_, this.address as address1_, this.address2 as address21_, this.ssn as ssn1_, this.city as city1_, this.[state] as y11_1_, this.farm_num as farm_num1_, this.zip as zip1_, this.create_date as create_13_1_, this.owner_type as owner_type1_, this.tax_id as tax_id1_, this.operator_name as operator3_1_, this.rent_type as rent_type1_, note1_.note_id as note_id0_, note1_.update_date as update_d4_0_, note1_.notes as notes0_, note1_.create_date as create_d3_0_ FROM .farm this left outer join .notes note1_ on this.note_id=note1_.note_id WHERE 1=1
2006-01-01 07:07:31,437 [4312 ] INFO NHibernate.Loader.Loader - SELECT this.farm_id as farm_id1_, this.update_date as update_14_1_, this.note_id as note_id1_, this.address as address1_, this.address2 as address21_, this.ssn as ssn1_, this.city as city1_, this.[state] as y11_1_, this.farm_num as farm_num1_, this.zip as zip1_, this.create_date as create_13_1_, this.owner_type as owner_type1_, this.tax_id as tax_id1_, this.operator_name as operator3_1_, this.rent_type as rent_type1_, note1_.note_id as note_id0_, note1_.update_date as update_d4_0_, note1_.notes as notes0_, note1_.create_date as create_d3_0_ FROM .farm this left outer join .notes note1_ on this.note_id=note1_.note_id WHERE 1=1
INSERT INTO .farm (update_date, note_id, address, address2, ssn, city, [state], farm_num, zip, create_date, owner_type, tax_id, operator_name, rent_type) VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13); select SCOPE_IDENTITY()
|