nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#950 Implement mysql import and export support, #2676

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Implement the module import and export capabilities in mysql so these directives can be used to read and write compiled models to and from a database. The directives are

import mysql schema;
export mysql schema;
~~~~,
nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":- Description has changed:

Diff:


--- old
+++ new
@@ -1,4 +1,4 @@
-Implement the `import` and `export` capabilities so the these directives can be used to read and write compiled models to and from a database.  The directives are
+Implement the module `import` and `export` capabilities in mysql so these directives can be used to read and write compiled models to and from a database.  The directives are

import mysql schema;


,

 "dchassin":A number of additional improvements should be addressed simultaneously. Specifically:

1) The ability to play and record multiple values concurrently to and from a single table.
2) Support for histograms.
3) Support for triggers.

Please record others here as they identified.,

 "dchassin":Progress has been posted to trunk in anticipation of knothole.  Export seems to work fine, but import has the same initialization problem stream_in and checkpoint load (not really surprising).  Work will resume after knothole.,

 "dchassin":- **status**: new --> accepted
- **Milestone**: Unscheduled --> Knothole Post
,