Source code checked in, #91240
add-in: Fix sqlite-net CodeGen for Shared project in Universal Apps
View ArticleReleased: vNext (version 4.0) (Aug 17, 2014)
Support for VS "14" Support for SQLite Improved saving of connections with "complex" passwords Improved handling of missing MS ReportViewer dll files SQLite support inlcudes: Root level: - Add SQLite...
View ArticleUpdated Release: vNext (version 4.0) (aug 17, 2014)
Support for VS "14"Support for SQLiteImproved saving of connections with "complex" passwordsImproved handling of missing MS ReportViewer dll filesSQLite support inlcudes:Root level:- Add SQLite...
View ArticleUpdated Wiki: Documentation
Getting started The Toolbox requires one of these SQL Server Compact runtime MSIs to be installed;Download 3.5 SP2 - installed with VS 2010Download 4.0 SP1 - installed with VS 2012(No runtime is...
View ArticleUpdated Wiki: Documentation
Getting started The Toolbox requires one of these SQL Server Compact runtime MSIs to be installed;Download 3.5 SP2 - installed with VS 2010Download 4.0 SP1 - installed with VS 2012(No runtime is...
View ArticleUpdated Wiki: Documentation
Getting started The Toolbox requires one of these SQL Server Compact runtime MSIs to be installed;Download 3.5 SP2 - installed with VS 2010Download 4.0 SP1 - installed with VS 2012(No runtime is...
View ArticleUpdated Wiki: Documentation
Getting started The Toolbox requires one of these SQL Server Compact runtime MSIs to be installed;Download 3.5 SP2 - installed with VS 2010Download 4.0 SP1 - installed with VS 2012(No runtime is...
View ArticleUpdated Wiki: Feature blog posts
For walkthroughs for various features see these blog posts:Feature highlightsSQL Server Compact Toolbox 2.0–Visual Guide of new featuresSQL Server Compact Toolbox 2.1–Visual Guide of new featuresSQL...
View ArticleUpdated Wiki: Feature blog posts
For walkthroughs for various features see these blog posts:Feature highlightsSQL Server Compact Toolbox 2.0–Visual Guide of new featuresSQL Server Compact Toolbox 2.1–Visual Guide of new featuresSQL...
View ArticleCreated Feature: use SQLiteConnectionString builder [11829]
in Connection dialig in add-in
View ArticleEdited Feature: use SQLiteConnectionString builder [11829]
in Connection dialig in add-in
View ArticleClosed Issue: sqlite support: remove diff script option [11820]
Not currently possibleComments: In 4.0 beta
View ArticleClosed Issue: about download count [11822]
Update fixed Count to 305000Comments: In beta 4.0
View ArticleEdited Issue: Add sqlite-net Model.cs to existing project [11821]
Add code generation menu item: Add sqlite-net Model.cs to current Projecthttps://github.com/praeclarum/sqlite-net/wiki/Features
View ArticleCreated Unassigned: Add Create method to Model [11837]
public class SQLiteDb { string _path; public SQLiteDb(string path) { _path = path; } public void Create() { using (SQLiteConnection db = new SQLiteConnection(_path)) { db.CreateTable<Album>();...
View ArticleEdited Feature: Add Create method to Model [11837]
public class SQLiteDb { string _path; public SQLiteDb(string path) { _path = path; } public void Create() { using (SQLiteConnection db = new SQLiteConnection(_path)) { db.CreateTable<Album>();...
View Article