vapor-community / sqlite-driver

SQLite driver for Fluent
MIT License
10 stars 15 forks source link

Upgrade to Fluent 1.3 and add Serializer test #15

Closed Yasumoto closed 7 years ago

Yasumoto commented 7 years ago

This PR is the first step to getting the fluent-example updated to the latest version of Fluent.

The SQLiteSerializer logic is likely already well-tested so if y'all would prefer I delete the file (or have other feedback) please let me know!

I added the exists field following the deprecation warning:

[DEPRECATED] No 'exists' property is stored on 'Compound'. Add `var exists: Bool = false` to this model. The default implementation will be removed in a future update.
codecov-io commented 7 years ago

Current coverage is 84.23% (diff: 100%)

Merging #15 into master will increase coverage by 0.36%

@@             master        #15   diff @@
==========================================
  Files             8          9     +1   
  Lines           217        222     +5   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            182        187     +5   
  Misses           35         35          
  Partials          0          0          

Powered by Codecov. Last update fec46a2...e9e35ed

tanner0101 commented 7 years ago

Thanks!