Commit Graph

  • c48531ac5e
    Merge b777d3a18b into 6b29b65bae #11 Bo 2019-05-10 15:43:11 +0000
  • b777d3a18b Improves keyIsEmpty() function that allows use Int16, Int32, Int64 types as key #11 Bo Han 2019-05-10 10:58:52 -0400
  • 8a780f9de7
    Merge 7b6da48488 into 6b29b65bae #9 Zollerboy1 2019-05-10 15:27:22 +0000
  • 6b29b65bae Switched back moment repo master 3.3.0 Kyle Jessup 2019-03-26 14:43:52 -0400
  • f7dbf6818f
    Merge pull request #10 from kjessup/master Jonathan Guthrie 2019-03-26 12:25:12 -0400
  • ce82a37548 Switching dep back just in case #10 Kyle Jessup 2019-03-26 12:21:15 -0400
  • fe48e5f421 Updated package file and removed dep Kyle Jessup 2019-03-26 12:20:00 -0400
  • 9023ddfc4f
    Merge d85e12546c into 653f4bdfa6 #6 Ryan Coyne 2019-01-06 17:16:05 +0000
  • d85e12546c Updating the StORM package so we dont have SPM conflicts #6 Ryan 2019-01-05 16:17:59 -0500
  • 5c41d236e9 Updating the package to swift 4.2 and removed out SwiftString Ryan 2018-12-30 13:49:55 -0500
  • ab848b0e46 Updating the package file to make it line up with everything Ryan 2018-12-23 14:29:07 -0500
  • 42d6efe857 Updating the StORM package to use my packages that use the updated package.swift file Ryan 2018-12-23 14:27:06 -0500
  • 9bfdc121b7 Adding in the path for StORM and adding in the comma Ryan 2018-12-23 13:44:30 -0500
  • 9ca347a5a4 Adding in the path for StORM Ryan 2018-12-23 13:44:17 -0500
  • 3b67e22f6c Updatingg the package file Ryan 2018-12-23 13:42:53 -0500
  • f92222eca5
    Update Package.swift Ryan Coyne 2018-12-22 23:01:58 -0500
  • 6fd469db19 Updating package file Ryan 2018-12-22 22:43:15 -0500
  • f748a72199 Updating package file Ryan 2018-12-22 22:42:24 -0500
  • 3e46381e91 Updating the package file for storm to specify the file path Ryan 2018-12-22 22:37:16 -0500
  • 6172f4b4cb Updating the StORM Package.swift file to SPM version 4 Ryan 2018-12-22 21:40:31 -0500
  • afabb1c39d Updating the package.swift to swift 4 SPM Ryan 2018-12-22 21:38:33 -0500
  • ec64bbc0d4 Taking out the print statement when running through all the children Ryan 2018-12-20 23:52:58 -0500
  • 5aa05cf578 CHanging up something in storm Ryan 2018-12-16 16:23:03 -0500
  • b1624e3852 Working on fixing this issue Ryan 2018-12-16 14:14:04 -0500
  • e89694e24b Updating a statement to return the string value for conforming to CustomStringConvertible for new database types Ryan 2018-12-16 13:58:07 -0500
  • aaf2e00774 Updating the changes to my storm module Ryan 2018-12-13 21:23:19 -0500
  • 7b6da48488 Adding log file location variable to StORMDebug struct #9 Josef Zoller 2018-10-09 23:26:18 +0200
  • 6a5ad420a6 Moving global StORMdebug variable under new StORMDebug struct Josef Zoller 2018-10-09 23:25:52 +0200
  • 653f4bdfa6 refine to assist with decimals too 3.2.4 Jonathan Guthrie 2018-04-19 14:55:32 -0400
  • fea3e9c026 Extend to cope with double + float 3.2.3 Jonathan Guthrie 2018-04-19 13:55:59 -0400
  • 8e6777dc4e Fix for MySQL double formatting. It comes back as a float 3.2.2 Jonathan Guthrie 2018-04-19 11:45:59 -0400
  • 8b0578ef36 Adding required info for DSN/Socket 3.2.1 3.2.0 Jonathan Guthrie 2018-03-02 11:17:01 -0500
  • aa28a85065 Fix missing string 3.1.1 Jonathan Guthrie 2018-03-02 11:16:03 -0500
  • b5f3038f01 Adding StORM.Extract class 3.1.0 Jonathan Guthrie 2018-03-02 10:54:15 -0500
  • 54741705b7 reverting back to correct package 3.0.3 Jonathan Guthrie 2018-01-31 15:46:47 -0500
  • c417b1f955
    Merge pull request #7 from RockfordWei/patch-1 3.0.2 Jonathan Guthrie 2018-01-30 14:59:36 -0500
  • 3734ee3be7
    Fixing obsolete Perfect repo url. #7 Rockford Wei 2018-01-29 09:22:09 -0500
  • bca0e2d6a1 Getting rid of the primaryKeyLabel variable that was static to storm - made more sense as an override function in the model Ryan Coyne 2017-12-01 15:20:08 -0500
  • e2ff7e02f5
    Update README.md Ryan Coyne 2017-12-01 15:16:59 -0500
  • 8aa891151b
    Update README.md Ryan Coyne 2017-12-01 15:15:21 -0500
  • 13b5b78da8
    Update README.md Ryan Coyne 2017-12-01 15:06:59 -0500
  • 7f42d5552f Updating naming conventions of the extensions/mirroring protocol Ryan Coyne 2017-12-01 11:38:53 -0500
  • cb25dd757e Merge branch 'master' of https://github.com/ryancoyne/StORM Ryan Coyne 2017-12-01 11:38:20 -0500
  • d3b5286ee1 Last comment change Ryan Coyne 2017-12-01 11:21:07 -0500
  • b3a1bf8eb5 Renaming the StORM extensions/mirroring protocols Ryan Coyne 2017-12-01 11:20:25 -0500
  • ef598db162
    Update README.md Ryan Coyne 2017-11-30 16:11:09 -0500
  • 715bdbd6c2 Adding comments to some of the CCX extensions & mirroring protocol object Ryan Coyne 2017-11-30 15:18:47 -0500
  • d81a777954 Updating extension Ryan Coyne 2017-11-30 12:29:53 -0500
  • 7c3313af70 Reworking using foundation to get the current date interval since 1970 to using SwiftMoment & adding swiftmoment as a dependency to StORM Ryan Coyne 2017-11-30 12:27:25 -0500
  • 32b3fa9332 Last change to cols function to return columns even when they are nil Ryan Coyne 2017-11-26 23:56:29 -0500
  • 7d8994b138 Last change for defaulting values for created/modified integer date Ryan Coyne 2017-11-26 19:05:24 -0500
  • 93d6e57dbd Making it so StORM fills the integer value for the date for created & modified for the values that would be defaulted to a value Ryan Coyne 2017-11-26 18:05:33 -0500
  • ed3f71b843 Making it so created & modified dates for integers is automatically set & filtered through the asData function, if the model contains 'created' or 'modified' columns Ryan Coyne 2017-11-26 17:47:36 -0500
  • fa8eda53e9 Updating StORM last time after making few minor changes after testing postgresStorm module Ryan Coyne 2017-11-24 20:56:08 -0500
  • 62ec4d70f6 Fixing last issue for saving/updating Ryan Coyne 2017-11-24 15:04:01 -0500
  • 05eb48ea02 Fixing the issue with multiple primary keys in the setup statement Ryan Coyne 2017-11-24 14:16:14 -0500
  • 90f85f313a Oopsie - fixing the upate to the primaryKeyLabel Ryan Coyne 2017-11-24 12:58:41 -0500
  • 49e74f0dca Renaming the open function for overriding the primaryKey to primaryKeyLabel Ryan Coyne 2017-11-24 12:54:26 -0500
  • 1d40673a97 Working on last update to storm for specifying in an override function, the primary key for a table/model Ryan Coyne 2017-11-24 12:48:45 -0500
  • deda7d1478 Last changes for backwards compatability Ryan Coyne 2017-11-24 12:02:24 -0500
  • 42dd9f0ed7 Last changes for backwards compatability Ryan Coyne 2017-11-24 11:55:33 -0500
  • 2c249319af Working on backwards compatability for when we mirror Ryan Coyne 2017-11-24 11:40:37 -0500
  • ad1f579cea Making it so StORM has the backwards capability for this update Ryan Coyne 2017-11-24 11:13:11 -0500
  • 4fda089074 Updating the cols function Ryan Coyne 2017-11-24 09:03:58 -0500
  • 1028767f54 Cleaning up the storm module for what I need in the postgresStorm module Ryan Coyne 2017-11-24 09:00:49 -0500
  • ab826264da Last few changes Ryan Coyne 2017-11-23 17:02:47 -0500
  • 4c73b20469 Fixing last issues with mirroring & getting the correct superclasses Ryan Coyne 2017-11-23 16:59:17 -0500
  • 6cb4d45209 Fixing a dumb issue Ryan Coyne 2017-11-23 13:20:36 -0500
  • 65550d3a3a Adding in some log prints Ryan Coyne 2017-11-23 13:04:12 -0500
  • 8616a818c1 Fixing an issue with the mirroring Ryan Coyne 2017-11-23 12:56:11 -0500
  • 11d32ea7b6 Updating last thing for setting up tables to Postgres-StORM Ryan Coyne 2017-11-23 12:19:38 -0500
  • 6b468a6f22 Making the mirroring support optionals & if the value is nil, it does not add it in the dictionary or asData array on the save Ryan Coyne 2017-11-23 10:48:11 -0500
  • 7fbe972873 Working on subclassing the postgres-storm object Ryan Coyne 2017-11-22 20:59:21 -0500
  • a5efa7bbf0
    Merge pull request #5 from Perfect-Forks/master 3.0.1 Jonathan Guthrie 2017-11-01 14:04:19 -0400
  • 027706cf8d Make asData and asDataDict functions open #5 TheSantaClaus 2017-11-01 18:35:11 +0200
  • f4ff0f4898 update for s3p4 3.0.0 Jonathan Guthrie 2017-09-29 15:01:43 -0400
  • 07dc131e51 update for s4p3 feature/schema Jonathan Guthrie 2017-09-29 15:00:18 -0400
  • c1fe8ac4a7 Merge pull request #2 from ryancoyne/master 1.3.0 Cameron Perry 2017-08-30 10:26:11 -0700
  • 20319cf7e2 Merged upstream/master & added in minor changes to test file for consistency #2 Ryan Coyne 2017-08-30 13:23:48 -0400
  • d86a081335 Merge remote-tracking branch 'upstream/master' Ryan Coyne 2017-08-30 13:23:11 -0400
  • 808c8ee58f Add more refinement to extract, and start tests Jonathan Guthrie 2017-08-22 11:34:52 -0400
  • 089490f65f Merge pull request #4 from iamcam/feature/schema Jonathan Guthrie 2017-08-19 00:24:20 -0400
  • a0da96991b Fixed def type and return type for consistency with other extract methods #4 Cameron Perry 2017-08-18 21:07:17 -0700
  • 7dda9b1c7b Merge a28842f290 into 6c071fb5dc #3 君赏 2017-08-19 03:31:58 +0000
  • 971740a9ed adding a lot more functions to extract class Jonathan Guthrie 2017-08-18 16:17:48 -0400
  • 79a29e8381 adding moment Jonathan Guthrie 2017-08-18 16:17:31 -0400
  • b3925b6bf5 catchup to master Jonathan Guthrie 2017-08-18 15:31:49 -0400
  • 6c071fb5dc Update README.md Jonathan Guthrie 2017-08-18 15:30:52 -0400
  • 2dcb2e5d3a Initial commit of schema modelling Jonathan Guthrie 2017-08-18 15:28:39 -0400
  • 7b755fcb93 Starting the extract data helpers Jonathan Guthrie 2017-08-18 15:28:21 -0400
  • 45bb5ad7ab Adding connection error state 1.2.0 Jonathan Guthrie 2017-08-17 13:28:12 -0400
  • a28842f290 Create CHANGELOG.md #3 君赏 2017-08-16 08:31:14 +0800
  • 67db7ca50c 修复查询系统无法查出数据库主键 josercc 2017-08-15 22:56:09 +0800
  • a9a532ddc6 Removed out the old commented code Ryan Coyne 2017-08-15 09:15:11 -0400
  • 8cd9c30e7f Update StORMMirrorData.swift 君赏 2017-08-15 14:19:56 +0800
  • 1578afe368 open StORMMirrorDataChild 15038777234 2017-08-15 12:54:56 +0800
  • 93e171e053 Support parent class field field seat database field refinement method decoupling 15038777234 2017-08-15 10:14:56 +0800
  • 93abd266a1 Writing some tests against for the new keyIsEmpty function Ryan Coyne 2017-08-13 15:34:53 -0400
  • 4ee391dcd5 Modifying print statement for an unexpected type for primary keys Ryan Coyne 2017-08-13 14:56:21 -0400
  • 1cbb94d729 Adding in the changes to consider optionals when checking if the keyIsEmpty Ryan Coyne 2017-08-13 14:51:52 -0400