aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded EF from 6.0 to 6.2 for all projects.Roy Ben-Shabat2019-01-171-3/+3
| | | | | Improved EF first load with pre-compiled views and model store. Implemented auto generate views in Tango Build VSIX.
* Sign-out works !Roy Ben-Shabat2018-10-101-1/+1
| | | | | Fixed issue where color conversion was busy while not in research module but research module in job view. Added new RealTimeGraphX !
* BACK TO .NET 4.6 !!Roy Ben-Shabat2018-10-071-1/+1
|
* Refactored ObservablesContext to use DataSource object!Roy Ben-Shabat2018-08-211-1/+1
| | | | Upgraded to .NET 4.7.2 !!!
* Reorganization of solution build paths !Roy Ben-Shabat2018-08-141-3/+3
| | | | Optimized production packages.
* New version numbers using Auto Increment Versions visual studio extension !Roy Ben-Shabat2018-07-231-1/+1
|
* Changed versions to per assembly.Roy Ben-Shabat2018-07-231-2/+7
|
* Split assembly versions to Core, Machine Studio, PPC!Roy Ben-Shabat2018-06-201-2/+2
|
* Implemented SQLite db on PPC.Roy Ben-Shabat2018-05-301-8/+9
| | | | Working on PPC.
* Implemented VS solution release builds!Roy Ben-Shabat2018-03-111-1/+1
|
* Changes Sensors Table to IOS.Roy Ben-Shabat2018-02-071-3/+6
| | | | Added IO TYPE field for IOS Table.
* Implemented SQL Server To SQLite Conversion Utility!!!Roy Ben-Shabat2018-01-251-0/+27
| | | | | | Added missing synchronization tables to remote synchronization. Updated DAL.Local.
* Removed Dispensers & Cartridges!Roy Ben-Shabat2018-01-161-6/+0
| | | | Only Dispenser Type & CartridgeType now.
* Added Mid Tanks to DB.Roy Ben-Shabat2018-01-031-0/+3
| | | | Started implementing Machine Designer.
* Added CCT & CAT to DB Module !Roy2017-12-261-0/+6
| | | | Implemented "deep filtering" on db module search.
* Started working on 'Synchronization' - Machine Studio module.Roy Ben-Shabat2017-12-191-1/+1
|
* Modified several table names.Roy Ben-Shabat2017-12-191-5/+5
|
* MERGE.Roy Ben-Shabat2017-12-191-3/+0
|
* Implemented DB Observables Generator CLI for DAL.Observables post build event.Roy Ben-Shabat2017-12-101-1/+1
| | | | Changes DB table FIBER_SYNTHESIS to FIBER_SYNTHESISES to normalize singularization.
* Added DAL.Observables project.Roy Ben-Shabat2017-12-101-4/+4
| | | | | Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
* Added CARTRIDGE_TYPES & DISPENSER_TYPES tables to SQLServer & SQLite.Roy Ben-Shabat2017-12-061-0/+6
|
* Fixed an issue with boolean values on local DB sync.Roy Ben-Shabat2017-11-291-0/+3
| | | | | | | Added support for SYNC_CONFIGURATION table on for local DB sync. Fixed an issue with multiple row updates on remote DB sync. Added warning for missing destination property on remote DB sync. Throw exception when no remote machine found on remote DB sync.
* Implemented SQL Server <=> SQLite Synchronization !Roy Ben-Shabat2017-11-291-5/+14
|
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-271-0/+222
Implemented Unit testing for SQLite & SQL Server connections.