We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting Started (markdown)
Destroyed _Footer (markdown)
Created _Footer (markdown)
small case typo in SQLiteConnection
Fixed the constructor name.
changed table name for "SELECT * FROM Stocks" query to work
small errors in the code (missing var and ';')
Updated _Footer (markdown)
Rectified misprint of word 'begin' from 'being' in the senctence "Now that the database has been successfully mapped, we can being performing queries on the data."
Updated Automatic Migrations (markdown)
Fixed links.
Improved readability.
Added space to title.
Clarified that the Update(record) function uses the primary key to locate the correct record in the database.
Destroyed savePoint is not valid, and should be the result of a call to SaveTransactionPoint (markdown)
Updated Synchronous API (markdown)
Updated GettingStarted (markdown)
performed a major re-write after some expressed that they struggled to understand Getting Started Guide
Updated Home (markdown)