Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/git: improve tests and fixes #68. #76

Merged
merged 2 commits into from
Dec 2, 2016
Merged

Conversation

smola
Copy link
Contributor

@smola smola commented Dec 2, 2016

No description provided.

* sql: add utility functions Schema.CheckRow, RowIterToRows, NodetoRows.
* git: homogeneize git tests for different tables, check schema conformance.
* git: fix tree entries table. fixes src-d#68.
* mem: simplify tests.
* sql: change Timestamp type to TimestampWithTimezone.
* sql: use time.Time internally for TimestampWithTimezone.
* git: adapt git tables for timestamp changes.
@smola smola added this to the v0.2.0 milestone Dec 2, 2016
@smola smola added bug Something isn't working enhancement New feature or request labels Dec 2, 2016
@codecov-io
Copy link

Current coverage is 55.15% (diff: 8.57%)

Merging #76 into master will increase coverage by 1.67%

@@             master        #76   diff @@
==========================================
  Files            33         33          
  Lines          1236       1291    +55   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            661        712    +51   
- Misses          524        534    +10   
+ Partials         51         45     -6   

Powered by Codecov. Last update f028104...dc59955

@ajnavarro ajnavarro merged commit 92c1449 into src-d:master Dec 2, 2016
dpordomingo pushed a commit to dpordomingo/gitbase that referenced this pull request Mar 10, 2017
* sql: add utility functions Schema.CheckRow, RowIterToRows, NodetoRows.
* git: homogeneize git tests for different tables, check schema conformance.
* git: fix tree entries table. fixes src-d#68.
* mem: simplify tests.
* sql: change Timestamp type to TimestampWithTimezone.
* sql: use time.Time internally for TimestampWithTimezone.
* git: adapt git tables for timestamp changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants