System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: 1e0136e1a5024aa667a6d0fc182c2b853982f252
Ticket: d3d0e0e5e0619716262f5842cdfd5565a703bedc
Support SQL Server "rowversion" data type
User & Date: anonymous 2019-12-04 15:16:25
Changes

  1. foundin changed to: "1.0.112"
  2. icomment:
    I have a table with a "rowversion" sql data type.  These columns should be NOT NULL and are managed by SQL Server.  When our ORM (NHibernate) tries to create a record when pointing towards SQLite, I get an issue where it can't insert null into my row version column.  Also, "rowversion" columns don't allow for default values and can't have it set by the INSERT or UPDATE.
    
    SQLite should update the rowversion columns anytime there is an update to the data in the row and should be generated on insert
    
  3. login: "anonymous"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "1772605e1c13891765cf901ca634133247bdee43"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Support SQL Server "rowversion" data type"
  9. type changed to: "Code_Defect"