Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

revert sqlgen changes #167

Merged
merged 21 commits into from
Sep 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7f7c7b5
Revert "Add entry to changelog for last PR"
changpingc Sep 12, 2018
a9982f7
Revert "go sqlgen: fix bug in initial tag release"
changpingc Sep 12, 2018
bc98a3a
Revert "go fields: handle time like we did before, with mysql.NullTime"
changpingc Sep 12, 2018
0f31253
Revert "changelog: Add 0.3.0 entry"
changpingc Sep 12, 2018
7d271df
Revert "go sqlgen: remove `Scanner.Interface()`"
changpingc Sep 12, 2018
719f9d6
Revert "go sqlgen: support nullable (pointer) sql.Scanners"
changpingc Sep 12, 2018
1e53b51
Revert "Add Changelog entry for type changes"
changpingc Sep 12, 2018
6e8ab60
Revert "go sqlgen: Use assert.Equal over pretty.Compare"
changpingc Sep 12, 2018
7d1c7ed
Revert "go {livesql,sqlgen,example}: import mysql"
changpingc Sep 12, 2018
e5fad45
Revert "go livesql: use new type system"
changpingc Sep 12, 2018
a55dc57
Revert "sqlgen: add filter and write paths"
changpingc Sep 12, 2018
b05c12b
Revert "go sqlgen: implement read path"
changpingc Sep 12, 2018
5eb671a
Revert "go testfixtures: add stringer to CustomType"
changpingc Sep 12, 2018
6cc910a
Revert "go fields: add test specifically for protobuf"
changpingc Sep 12, 2018
78847c6
Revert "go internal: add proto example for testing"
changpingc Sep 12, 2018
b2e27c0
Revert "go fields: Add validation of SQL types"
changpingc Sep 12, 2018
9dc36b4
Revert "go fields: Scanner satisfies sql.Scanner interface"
changpingc Sep 12, 2018
e78ea9b
Revert "go fields: Valuer satisfies sql/driver.Valuer interface"
changpingc Sep 12, 2018
3b8784f
Revert "go fields: add Marshal interface"
changpingc Sep 12, 2018
cd86418
Revert "go fields: introduce fields as a concept"
changpingc Sep 12, 2018
95e083a
Revert "go testfixtures: test non-native SQL type in sqlgen/livesql"
changpingc Sep 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"net/http"
"sort"

_ "github.com/go-sql-driver/mysql"
"github.com/samsarahq/thunder/graphql"
"github.com/samsarahq/thunder/graphql/graphiql"
"github.com/samsarahq/thunder/graphql/introspection"
Expand Down
73 changes: 0 additions & 73 deletions fields/descriptor.go

This file was deleted.

34 changes: 0 additions & 34 deletions fields/descriptor_test.go

This file was deleted.

31 changes: 0 additions & 31 deletions fields/fields.go

This file was deleted.

12 changes: 0 additions & 12 deletions fields/interface.go

This file was deleted.

Loading