aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/CONFIGURATION.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented hardware configuration!!!Roy Ben-Shabat2019-09-161-0/+1
|
* Removed Default configuration from machine version.Roy Ben-Shabat2018-12-311-3/+0
| | | | | Implemented custom ToJson for observables. Implemented Apply & Create prototype machine for machine version.
* Working on new Machine Designer.Roy Ben-Shabat2018-12-301-2/+0
|
* Working on dispenserssssssssRoy Ben Shabat2018-12-301-3/+0
|
* Removed APPLICATION_VERSIONS & EMBEDDED_SOFTWARE_VERSIONS TABLES.Roy Ben-Shabat2018-08-091-4/+0
| | | | | Added TANGO_VERSIONS. Working on PPC machine setup.
* Removed Deleted from most of DB Tables !!!!!!!!!!!Roy Ben-Shabat2018-01-181-1/+0
|
* Added CONFIGURATION_GUID to MACHINES table.Roy Ben-Shabat2017-12-191-0/+3
| | | | Implemented CloneConfiguration method for cloning a machine configuration.
* MERGE.Roy Ben-Shabat2017-12-191-4/+4
|
* Big advancement on machine designer.Roy Ben-Shabat2017-12-111-0/+1
|
* Added DAL.Observables project.Roy Ben-Shabat2017-12-101-2/+2
| | | | | Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
* Implemented SQL Server <=> SQLite Synchronization !Roy Ben-Shabat2017-11-291-11/+12
|
* Started Remote <=> Local Synchronization... /;Roy Ben-Shabat2017-11-271-1/+1
|
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-271-0/+51
Implemented Unit testing for SQLite & SQL Server connections.