From: Tom E. <tom...@ja...> - 2013-12-18 10:50:15
|
I would like to make a number of contributions to HaskellDB, including patching some of the issues I have raised here https://github.com/m4dc4p/haskelldb/issues/created_by/tomjaguarpaw?state=open What is the best way to go about "joining" the project? Thanks, Tom |
From: Justin B. <jgb...@gm...> - 2013-12-18 17:25:03
|
Sorry I missed those issues - I didn't realize they had been entered. Please send Pull Requests and I'll be glad to review! Just in case, send a note to the mailing list if you submit a PR (or file another issue). On Wed, Dec 18, 2013 at 2:15 AM, Tom Ellis <tom...@ja...> wrote: > I would like to make a number of contributions to HaskellDB, including > patching some of the issues I have raised here > > https://github.com/m4dc4p/haskelldb/issues/created_by/tomjaguarpaw?state=open > > What is the best way to go about "joining" the project? Thanks, > > Tom > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users |
From: Tom E. <tom...@ja...> - 2013-12-30 10:01:36
|
On Wed, Dec 18, 2013 at 09:24:36AM -0800, Justin Bailey wrote: > Sorry I missed those issues - I didn't realize they had been entered. > > Please send Pull Requests and I'll be glad to review! > > Just in case, send a note to the mailing list if you submit a PR (or > file another issue). I've just sent a Pull Request. It adds support for UNION ALL to the backend (which I need for my application) and it fixes this issue https://github.com/m4dc4p/haskelldb/issues/14 Thanks, Tom |
From: Tom E. <tom...@ja...> - 2013-12-30 18:43:33
|
On Mon, Dec 30, 2013 at 10:06:14AM +0000, Tom Ellis wrote: > On Wed, Dec 18, 2013 at 09:24:36AM -0800, Justin Bailey wrote: > > Sorry I missed those issues - I didn't realize they had been entered. > > > > Please send Pull Requests and I'll be glad to review! > > > > Just in case, send a note to the mailing list if you submit a PR (or > > file another issue). > > I've just sent a Pull Request. It adds support for UNION ALL to the backend > (which I need for my application) and it fixes this issue > > https://github.com/m4dc4p/haskelldb/issues/14 The Pull Request also now fixes https://github.com/m4dc4p/haskelldb/issues/16 Tom |
From: Justin B. <jgb...@gm...> - 2014-01-06 17:30:12
|
Tom, Thanks for your PR. I posted a comment and will look for your reply there! On Mon, Dec 30, 2013 at 10:48 AM, Tom Ellis <tom...@ja...> wrote: > On Mon, Dec 30, 2013 at 10:06:14AM +0000, Tom Ellis wrote: >> On Wed, Dec 18, 2013 at 09:24:36AM -0800, Justin Bailey wrote: >> > Sorry I missed those issues - I didn't realize they had been entered. >> > >> > Please send Pull Requests and I'll be glad to review! >> > >> > Just in case, send a note to the mailing list if you submit a PR (or >> > file another issue). >> >> I've just sent a Pull Request. It adds support for UNION ALL to the backend >> (which I need for my application) and it fixes this issue >> >> https://github.com/m4dc4p/haskelldb/issues/14 > > The Pull Request also now fixes > > https://github.com/m4dc4p/haskelldb/issues/16 > > Tom > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users |
From: Tom E. <tom...@ja...> - 2014-01-06 17:34:37
|
On Mon, Jan 06, 2014 at 09:29:44AM -0800, Justin Bailey wrote: > Thanks for your PR. I posted a comment and will look for your reply there! Thank you. Just replied. https://github.com/m4dc4p/haskelldb/pull/19 |
From: Tom E. <tom...@ja...> - 2014-01-07 18:12:16
|
On Mon, Jan 06, 2014 at 05:34:41PM +0000, Tom Ellis wrote: > On Mon, Jan 06, 2014 at 09:29:44AM -0800, Justin Bailey wrote: > > Thanks for your PR. I posted a comment and will look for your reply there! > > Thank you. Just replied. > > https://github.com/m4dc4p/haskelldb/pull/19 Thanks for merging! |