aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/App.config
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded EF from 6.0 to 6.2 for all projects.Roy Ben-Shabat2019-01-171-8/+10
| | | | | Improved EF first load with pre-compiled views and model store. Implemented auto generate views in Tango Build VSIX.
* Implemented SQLite db on PPC.Roy Ben-Shabat2018-05-301-9/+7
| | | | Working on PPC.
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-271-0/+25
Implemented Unit testing for SQLite & SQL Server connections.