Coder Social home page Coder Social logo

mysql's People

Contributors

f2prateek avatar liquidy avatar n2parko avatar vincepri avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mysql's Issues

Cannot install code

After installing and configuring Go, get the follow error when trying to install the package:

user@ubuntu:~/gocode$ go get -u github.com/segment-sources/mysql
# github.com/segment-sources/mysql
src/github.com/segment-sources/mysql/main.go:6: cannot use MySQL literal (type *MySQL) as type "github.com/segment-sources/sqlsource/driver".Driver in argument to sqlsource.Run:
	*MySQL does not implement "github.com/segment-sources/sqlsource/driver".Driver (wrong type for Scan method)
		have Scan(*domain.Table) (*sqlx.Rows, error)
		want Scan(*domain.Table, []interface {}) ("github.com/segment-sources/sqlsource/driver".SqlRows, error)

Can not "get" project

It looks that moving this project to the "boneyard" introduced an issue with a module dependency. I know this project is now published "as is", but it might be worth noticing that - in its current state - it's no longer usable.

go get -u github.com/segment-boneyard/mysql/cmd/source-mysql
# github.com/segment-boneyard/mysql/cmd/source-mysql
../../../../go/src/github.com/segment-boneyard/mysql/cmd/source-mysql/main.go:9:16: cannot use &mysql.MySQL literal (type *mysql.MySQL) as type "github.com/segment-boneyard/mysql/vendor/github.com/segment-sources/sqlsource/driver".Driver in argument to sqlsource.Run:
	*mysql.MySQL does not implement "github.com/segment-boneyard/mysql/vendor/github.com/segment-sources/sqlsource/driver".Driver (wrong type for Describe method)
		have Describe() (*"github.com/segment-sources/mysql/vendor/github.com/segment-sources/sqlsource/domain".Description, error)
		want Describe() (*"github.com/segment-boneyard/mysql/vendor/github.com/segment-sources/sqlsource/domain".Description, error)

can not build it

tsgan@bsd:~/go/src/github.com/segment-sources/mysql % go build

github.com/segmentio/objects-go

../../segmentio/objects-go/client.go:97: cannot use req.Properties (type map[string]interface {}) as type *tableize.Input in argument to tableize.Tableize
../../segmentio/objects-go/client.go:111: cannot use req.Properties (type map[string]interface {}) as type *tableize.Input in argument to tableize.Tableize
tsgan@bsd:~/go/src/github.com/segment-sources/mysql % go version
go version go1.6.2 freebsd/amd64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.