Skip to content

Instantly share code, notes, and snippets.

@oschwab
Last active May 16, 2017 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oschwab/66c7a740ca8ff6b80502c5b6f1d7a3d7 to your computer and use it in GitHub Desktop.
Save oschwab/66c7a740ca8ff6b80502c5b6f1d7a3d7 to your computer and use it in GitHub Desktop.
Microlite log
14:53:42 MicroLite.Core.SessionFactory Creating a new session for connection named 'FirebirdTest'
14:53:42 MicroLite.Core.SessionBase Opening the database connection
14:53:42 MicroLite.Core.Transaction Beginning a new Transaction with the IsolationLevel 'ReadCommitted'.
14:53:42 MicroLite.Mapping.ObjectInfo Retrieving the ObjectInfo for 'DiasysTech.Combo.Model.TestEntry'
14:53:42 MicroLite.Mapping.ObjectInfo Creating the ObjectInfo for the type 'DiasysTech.Combo.Model.TestEntry'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.AddedDate' to the column 'ADDEDDATE'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.ChemistryId' to the column 'CHEMISTRYID'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.Id' to the column 'ID'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.ModifiedDate' to the column 'MODIFIEDDATE'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.SampleId' to the column 'SAMPLEID'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the property 'TestEntry.Status' to the column 'TESTSTATEID'
14:53:42 MicroLite.Configuration.ConfigurationExtensions Mapping the type 'DiasysTech.Combo.Model.TestEntry' to the table '.TESTENTRIES'
14:53:42 MicroLite.Mapping.ObjectInfo MicroLite Mapping:
------------------
Class 'Model.TestEntry' mapped to Table 'TESTENTRIES'
Property 'AddedDate (System.DateTime)' mapped to Column 'ADDEDDATE (DbType.DateTime2)'
Allow Insert: True
Allow Update: True
Is Identifier: False
Property 'ChemistryId (System.Int32)' mapped to Column 'CHEMISTRYID (DbType.Int32)'
Allow Insert: True
Allow Update: True
Is Identifier: False
Property 'Id (System.Int32)' mapped to Column 'ID (DbType.Int32)'
Allow Insert: False
Allow Update: False
Is Identifier: True
Identifier Strategy: DbGenerated
Property 'ModifiedDate (System.DateTime)' mapped to Column 'MODIFIEDDATE (DbType.DateTime2)'
Allow Insert: True
Allow Update: True
Is Identifier: False
Property 'SampleId (System.Int32)' mapped to Column 'SAMPLEID (DbType.Int32)'
Allow Insert: True
Allow Update: True
Is Identifier: False
Property 'Status (Model.TestEntry+TestState)' mapped to Column 'TESTSTATEID (DbType.Int32)'
Allow Insert: True
Allow Update: True
Is Identifier: False
14:53:42 MicroLite.Dialect.SqlDialect Creating 'INSERT' SqlQuery
14:53:42 MicroLite.Driver.DbDriver Building an IDbCommand for the SqlQuery
14:57:07 MicroLite.Mapping.ObjectInfo Retrieving the ObjectInfo for 'DiasysTech.Combo.Model.TestEntry'
14:57:07 MicroLite.Dialect.SqlDialect Creating 'INSERT' SqlQuery
14:57:07 MicroLite.Driver.DbDriver Building an IDbCommand for the SqlQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment