aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx
Commit message (Collapse)AuthorAgeFilesLines
* Changes Sensors Table to IOS.Roy Ben-Shabat2018-02-071-72/+150
| | | | Added IO TYPE field for IOS Table.
* Implemented SQL Server To SQLite Conversion Utility!!!Roy Ben-Shabat2018-01-251-356/+806
| | | | | | Added missing synchronization tables to remote synchronization. Updated DAL.Local.
* Removed Deleted from most of DB Tables !!!!!!!!!!!Roy Ben-Shabat2018-01-181-105/+0
|
* Added Max_NL_Per_CM to DB Module !!Roy Ben-Shabat2018-01-161-0/+9
| | | | | | Added Liquid_Types_Rml table to DB module. Added new nl/cm to dispenser. Added capacity to dispenser.
* Removed Dispensers & Cartridges!Roy Ben-Shabat2018-01-161-72/+3
| | | | Only Dispenser Type & CartridgeType now.
* Implemented validation on machine designer.Roy Ben-Shabat2018-01-071-0/+3
| | | | Machine Designer seems to be working properly...
* Added Mid Tanks to DB.Roy Ben-Shabat2018-01-031-3/+48
| | | | Started implementing Machine Designer.
* Fixed issue with local sync SQL Logic error.Roy Ben-Shabat2017-12-271-0/+36
| | | | | Added some missing columns to SQLite db. Direct Remote Sync is fully working !!!
* Added CCT & CAT to DB Module !Roy2017-12-261-0/+96
| | | | Implemented "deep filtering" on db module search.
* MERGERoy2017-12-261-0/+3
|
* Started working on 'Synchronization' - Machine Studio module.Roy Ben-Shabat2017-12-191-10/+76
|
* Modified several table names.Roy Ben-Shabat2017-12-191-50/+53
|
* MERGE.Roy Ben-Shabat2017-12-191-39/+0
|
* Implemented DAL Observables auto enumerations generation.Roy Ben-Shabat2017-12-141-2/+5
|
* Big advancement on machine designer.Roy Ben-Shabat2017-12-111-0/+6
|
* Implemented DB Observables Generator CLI for DAL.Observables post build event.Roy Ben-Shabat2017-12-101-7/+7
| | | | Changes DB table FIBER_SYNTHESIS to FIBER_SYNTHESISES to normalize singularization.
* Added DAL.Observables project.Roy Ben-Shabat2017-12-101-49/+49
| | | | | 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-3/+69
|
* Fixed an issue with boolean values on local DB sync.Roy Ben-Shabat2017-11-291-0/+27
| | | | | | | 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-37/+382
|
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-271-0/+1074
Implemented Unit testing for SQLite & SQL Server connections.