Hari Lubovac

Results 3 comments of Hari Lubovac

I found a solution to my question this way: ``` namespace Storage { using SQLite; using System.Linq; // class: [Table("")] // property: [Column(""), PrimaryKey, AutoIncrement, Indexed, Ignore, Unique, MaxLength(1), Collation(""),...

I like this better: ``` namespace Storage { using SQLite; using System; using System.Collections.Generic; using System.Linq; // class: [Table("")] // property: [Column(""), PrimaryKey, AutoIncrement, Indexed, Ignore, Unique, MaxLength(1), Collation(""), NotNull]...

> @Dirc Please don't hijack this issue. Copying a TB volume just to delete it afterwards would certainly _not be great_. Copy/clone (assuming specifying target name is included) would actually...