[
https://issues.apache.org/jira/browse/THRIFT-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904907#comment-14904907
]
ASF GitHub Bot commented on THRIFT-3339:
----------------------------------------
GitHub user beberg opened a pull request:
https://github.com/apache/thrift/pull/622
THRIFT-3339
Contributed by Sentient Technologies - http://www.sentient.ai/
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/beberg/thrift THRIFT-3339
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/622.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #622
----
commit 659e8f20cf1dc4455565f0295b1550a4805064ea
Author: Adam Beberg <[email protected]>
Date: 2015-05-31T04:35:01Z
Merge pull request #1 from apache/master
Pull from upstream
commit 0ec454a7d313276d1242dc07c044cd3b32b6c29b
Author: Adam Beberg <[email protected]>
Date: 2015-06-16T22:53:14Z
Merge pull request #2 from apache/master
Pull from upstream
commit c978ce9faabd98cec79072dc5bf5e3baf493b762
Author: Adam Beberg <[email protected]>
Date: 2015-06-16T23:32:58Z
THRIFT-3192 Go import paths changed in 1.4, and expired June 1
commit 9a20b5a4c60be85aa624470325ff1528d9a9891a
Author: Adam Beberg <[email protected]>
Date: 2015-06-17T00:00:50Z
THRIFT-3192 Go import paths changed in 1.4, and expired June 1
commit cc7fd359c224e866838ee36425c876a06e83edf5
Author: Adam Beberg <[email protected]>
Date: 2015-06-17T05:18:06Z
Merge pull request #3 from beberg/THRIFT-3192
Thrift 3192
commit 14444a3cad6289965be716e76dc722147a107c26
Author: Adam Beberg <[email protected]>
Date: 2015-06-24T19:53:42Z
Merge pull request #4 from apache/master
Pull from upstream
commit 961700881b3fd1995c7108765e05e5f260931e03
Author: Adam Beberg <[email protected]>
Date: 2015-07-22T18:52:06Z
Merge pull request #5 from apache/master
Pull from upstream
commit 9f318d24450e9bb739d98502de6f5f9f24a25b02
Author: Adam Beberg <[email protected]>
Date: 2015-07-23T18:05:06Z
Merge pull request #6 from apache/master
THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so do…
commit 4f18d7b2cfd3d8bf07c7ecd33d025b14426f48ec
Author: Adam Beberg <[email protected]>
Date: 2015-09-16T17:41:12Z
Merge pull request #7 from apache/master
Pull from upstream
commit a6fad262abe5145c64dae59eedac57634105368c
Author: Adam Beberg <[email protected]>
Date: 2015-09-21T23:43:13Z
Support for database/sql - Scan(), Value(), and db: tags
----
> Support for database/sql
> ------------------------
>
> Key: THRIFT-3339
> URL: https://issues.apache.org/jira/browse/THRIFT-3339
> Project: Thrift
> Issue Type: Improvement
> Components: Go - Compiler
> Reporter: Adam Beberg
> Assignee: Adam Beberg
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> For use by database/sql the generated code needs:
> 1. Generated enums need to implement sql.Scanner and driver.Valuer
> 2. Struct fields need db: annotations with the original field names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)