[soci-devel] Sources layout changes and buried headres

2013-04-08 Thread Mateusz Loskot
some generic and backend-specific exception hierarchies, etc. Also, soci-postgresql.h could become reaching into What you say on that? [1] https://github.com/SOCI/soci/issues/25 [2] http://mateusz.loskot.net/posts/2013/03/26/soci-3-2-0-released/index.html Best regards, -

Re: [soci-devel] Sources layout changes and buried headres

2013-04-08 Thread Mateusz Loskot
On 9 April 2013 02:01, Vadim Zeitlin wrote: > On Tue, 9 Apr 2013 01:39:29 +0100 Mateusz Loskot wrote: > > ML> Here are some of the revolutions [2] dangling in my head > ML> that I would like to propose and discuss: > ML> > ML> 1) I'm going to remove /soci/b

Re: [soci-devel] Sources layout changes and buried headres

2013-04-09 Thread Mateusz Loskot
On 9 April 2013 11:46, Vadim Zeitlin wrote: > On Tue, 9 Apr 2013 03:08:26 +0100 Mateusz Loskot wrote: > > ML> > ML> 3) Add /soci/soci folder for all public headers > ML> > ML> Installation by copying: cp -a soci/soci /usr/include > ML> > ML> will effecti

Re: [soci-devel] Sources layout changes and buried headres

2013-04-09 Thread Mateusz Loskot
On 9 April 2013 23:13, Vadim Zeitlin wrote: > On Tue, 9 Apr 2013 14:35:43 +0100 Mateusz Loskot wrote: > > ML> > I didn't know it was called like this but yes, I like separating > (public) > ML> > headers from the implementation files. > ML> > ML&g

[soci-devel] soci-devel archive on gmane

2013-04-10 Thread Mateusz Loskot
Hi, After soci-users, thanks to Vadim soci-devel is now also archived on Gmane: http://article.gmane.org/gmane.announce/20658 We're trying to arrange improt of complete archives to Gmane of both, soci-users and soci-devel. Best regards, -- Mateusz Loskot, http://mateusz.losko

Re: [soci-devel] Sources layout changes and buried headres

2013-04-10 Thread Mateusz Loskot
On 10 April 2013 00:19, Vadim Zeitlin wrote: > On Wed, 10 Apr 2013 00:06:53 +0100 Mateusz Loskot wrote: > > ML> Shall we compromise on this then? > ML> > ML> {root}/include/soci > ML> {root}/include/private > ML> {root}/src > ML> {root}/src/core > ML

Re: [soci-devel] Logging last statement parameters

2013-04-10 Thread Mateusz Loskot
will be able to give a sensible response. > Ah, and I lied about "finally". The really last question is about vector > use types. I don't use them myself (although I should), so I'm not sure how > should we log those. For now I was thinking about logging just the num

Re: [soci-devel] Logging last statement parameters

2013-04-19 Thread Mateusz Loskot
On 18 April 2013 15:28, Ricardo Fabiano de Andrade wrote: > On Wed, Apr 10, 2013 at 5:25 PM, Mateusz Loskot wrote: >> On 9 April 2013 23:39, Vadim Zeitlin wrote: >> > >> > Currently if you run a statement like "insert into foo(bar) >> > values(:

Re: [soci-devel] Logging last statement parameters

2013-04-19 Thread Mateusz Loskot
duplication already (i.e. bits used for data values conversions) across backends. So, I'd prefer to not to see more :-) > IME it's not a good idea and I'd like to centralize this code, even if this > means that we don't use backend-specific features. In big picture, we

[soci-devel] Preparing new source tree layout (#125)

2013-04-23 Thread Mateusz Loskot
Folks, A bit of warning. I've nearly finished transition to the new source layout [1], locally. I'm hoping to publish my local branch today or tomorrow and it will be ready for testing, comments, objections, etc. [1] https://github.com/SOCI/soci/issues/125 Best regards, -- Mate

Re: [soci-devel] Logging last statement parameters

2013-04-26 Thread Mateusz Loskot
(Apology for delay, unfortunately I expect more until mid/end of June or so :)) On 21 April 2013 12:29, Ricardo Fabiano de Andrade wrote: > Mateusz Loskot wrote: >> In ideal world, I'd like to see SOCI reporting bugs through a >> dedicated error context. >> Such

Re: [soci-devel] Logging last statement parameters

2013-04-26 Thread Mateusz Loskot
ver network :D Not hard-wiring any specific string bashing into SOCI doesn't sound as a difficult thing, but it would give greater flexibility to users. > The idea of a pair soci::converter / soci::backend_converter just crossed my > mind. What those would do? Best regards, -- Mateusz

Re: [soci-devel] Preparing new source tree layout (#125)

2013-05-29 Thread Mateusz Loskot
On 23 April 2013 12:24, Mateusz Loskot wrote: > Folks, > > A bit of warning. > > I've nearly finished transition to the new source layout [1], > locally. I'm hoping to publish my local branch today or > tomorrow and it will be ready for testing, comments, &

[soci-devel] Considering SOCI 3.2.2 release

2013-05-30 Thread Mateusz Loskot
ld be excluded from 3.2.2. Does anyone see any breaking changes there that we should not release in 3.2.2? Please, post your objections or modification to this list. I would like to relase SOCI 3.2.2 some time between 15 and 25 June. Best regards, -- Mateusz Loskot, http:/

Re: [soci-devel] Considering SOCI 3.2.2 release

2013-05-31 Thread Mateusz Loskot
3.2.2. Thanks for the great job! Best regards -- Mateusz Loskot, http://mateusz.loskot.net -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Ge

Re: [soci-devel] PostgreSQL user defined types such as Postgis Geometry / Geography

2013-06-10 Thread Mateusz Loskot
m binary_string type I use. So, this part needs to be updated. There are also a few other things like PostgreSQL transfer mode (binary and textual). As you will see, hardcoded switch to binary: https://github.com/mloskot/soci/blob/soci-type-binary/src/backends/postgresql/statement.cpp#L

[soci-devel] hotfix/3.2.2 is published

2013-06-13 Thread Mateusz Loskot
helpful, here are details: https://github.com/SOCI/soci/pull/84#issuecomment-19431361 I'll continue with merging during next days, then I call for big testing. Best regards, -- Mateusz Loskot, http://mateusz.losko

Re: [soci-devel] PostgreSQL user defined types such as Postgis Geometry / Geography

2013-06-13 Thread Mateusz Loskot
back to my binary/geometry project, I'll get back to your idea. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- This SF.net email is sponsored by Windows: Build for Windo

[soci-devel] What we do with #136 and #156?

2013-06-23 Thread Mateusz Loskot
Aleksander's opinion here: https://github.com/SOCI/soci/issues/136#issuecomment-16551865 I'd appreciate any feedback on what we should do with #156. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- T

[soci-devel] Call for testing of hotfix/3.2.2

2013-07-03 Thread Mateusz Loskot
, partial or complete, of the current state in the hotfix/3.2.2 branch: https://github.com/SOCI/soci/tree/hotfix/3.2.2 As soon as we collect some positive feedback or Travis manages to complete at least one build, I'm going to release

Re: [soci-devel] Call for testing of hotfix/3.2.2

2013-07-04 Thread Mateusz Loskot
east review the diff for 3.2.2. > And probably some local tests on Windows. > I may be able to do more substantial tests in the next days, but only over > the PostgreSQL backend. Any tests, even against snigle db, will be appreciated. Best

Re: [soci-devel] Call for testing of hotfix/3.2.2

2013-07-24 Thread Mateusz Loskot
open I'll only need to address this *A vs *W functions from Win32 ODBC and we are ready to release. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- See everything from the browser to the database

Re: [soci-devel] [Fixed] SOCI/soci#367 (hotfix/3.2.2 - 190e9b1)

2013-07-24 Thread Mateusz Loskot
5625ef&url=https%3A%2F%2Fgithub.com%2FSOCI%2Fsoci%2Fcompare%2Fd4467df45978...190e9b1368e9&url_id=a276aaa11947bf68165c84ad4d1cd86cf0d0c176&tags=_all,_sendnotificati...@travis-ci.org,production> >Commit 190e9b1 (hotfix/3.2.2) Message Merge remote-tracking branch > 'origin/

Re: [soci-devel] [Fixed] SOCI/soci#367 (hotfix/3.2.2 - 190e9b1)

2013-07-25 Thread Mateusz Loskot
On 25 July 2013 13:37, Vadim Zeitlin wrote: > On Thu, 25 Jul 2013 02:58:44 +0100 Mateusz Loskot wrote: > > ML> This is the current status of the upcoming SOCI 3.2.2 > ML> So, I'm hoping to release the new version before the end of this weekend. > > Unfortunately I&

[soci-devel] Fwd: [soci] Replace type_ptr by shared_ptr and solve some issues (#184)

2013-07-31 Thread Mateusz Loskot
/shared_ptr.h (79) M src/core/statement.cpp (45) M src/core/statement.h (10) M src/core/type-conversion.h (2) M src/core/use-type.h (6) M src/core/values.h (29) Patch Links: https://github.com/SOCI/soci/pull/184.patch https://github.com/SOCI/soci/pull/184.diff -- Mateusz Loskot, http://mateusz.loskot.net

Re: [soci-devel] SOCI and C++11

2013-08-30 Thread Mateusz Loskot
If you're willing to submit any patches, please use GitHub pull request mechanism. Feel free to discuss any details on soci-devel@lists.sourceforge.net (CC'ed). Best regards -- Mateusz Loskot, http://mateusz.loskot.net "Participation in this whole process is a form of torture

[soci-devel] [PR 168] Types conversion improvements and bulk ORM support

2013-09-02 Thread Mateusz Loskot
ks like a piece of code worth to consider for some next release. So, reviewers welcome :) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net "Participation in this whole process is a form of torture" ~~ Szalony ---

[soci-devel] Display master default branch at GitHub

2013-09-11 Thread Mateusz Loskot
ve to juggle Git branches vs releases, please speak :) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net "Participation in this whole process is a form of torture" ~~ Szalony -- How ServiceNow helps IT p

[soci-devel] Added wiki/Contributing

2013-09-20 Thread Mateusz Loskot
Hi, I've added quick guide that should help those who would like to submit patches: https://github.com/SOCI/soci/wiki/Contributing I think it will make juggling the numerous yet precious PRs a bit easier. Comments, critique welcome. Best regards, -- Mateusz Loskot, http://mateusz.losko

[soci-devel] Taking a break / Maintainer (temporarily) wanted

2013-11-12 Thread Mateusz Loskot
emporary situation and I will get things going from Jan 2014. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable

Re: [soci-devel] Expired Oracle password for brzuchol.loskot.net database

2013-12-06 Thread Mateusz Loskot
On 6 December 2013 11:25, Vadim Zeitlin wrote: > Hello, > > Connection to the Oracle database on brzuchol.loskot.net doesn't seem to > work any more, the test returns > > ORA-28001: the password has expired > > see https://travis-ci.org/SOCI/soci/jobs/15032790 > > Mateusz, could you ple

[soci-devel] Dropping GitFlow, replacing

2015-03-26 Thread Mateusz Loskot
st regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all thing

Re: [soci-devel] Dropping GitFlow, replacing

2015-04-10 Thread Mateusz Loskot
On 26 March 2015 at 19:43, Mateusz Loskot wrote: > Hi, > > Following the discussion triggered by Vadim's request [1] to > switch the default branch on GitHub, we're going to drop GitFlow > branching model, restore master as the development branch > and maintain rel

[soci-devel] GitFlow dropped and default branch changed to master

2015-04-12 Thread Mateusz Loskot
; it's the maintenance branch for SOCI 3.x - develop renamed to master; master is the main development branch - develop deleted Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- BPM Camp - Free Virtual Wor

[soci-devel] Stepping down as SOCI project manager

2015-05-18 Thread Mateusz Loskot
someone who is willing to work on the project in more regular manner than I as able to do. If anyone is interested, please, don't be too shy and step forward :) If time allows and needs arise, I'll be around for ad-hoc works. On behalf of SOCI, thanks all for the great efforts! Best reg

Re: [soci-devel] [Blob] no dt_blob?

2015-07-08 Thread Mateusz Loskot
at sqlite3 backend to get more > performance and I saw that sqlite3_statement_backend::describe_column didn't > return any information about blob. Here is PR with dt_blob and related support https://github.com/SOCI/soci/pull/267 We haven't managed to address it yet, so any help in review and

Re: [soci-devel] [Blob] no dt_blob?

2015-07-09 Thread Mateusz Loskot
On 9 July 2015 at 11:27, wrote: >> De: "Mateusz Loskot" >> À: "SOCI developers list" >> Envoyé: Mercredi 8 Juillet 2015 17:27:20 >> Objet: Re: [soci-devel] [Blob] no dt_blob? >> >> On 8 July 2015 at 14:44, wrote: >> > Hi, &g

Re: [soci-devel] How to run Minimalistic example for Sochi in C++

2015-07-09 Thread Mateusz Loskot
code doesn't work > and reports the following error . > "D:\.\Firebird_main.cpp|10|error: 'Session' was not declared in this > scope|" > > How am I supposed to resolve it? Hint: carefully read the error printed by your compiler

Re: [soci-devel] How to run Minimalistic example for Sochi in C++

2015-07-09 Thread Mateusz Loskot
link against static SOCI libraries. you also need to link your progra, against the Firebird client library. e.g. on Arch Linux, I'd link against /usr/lib/llibfbstatic.a Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -

Re: [soci-devel] How to run Minimalistic example for Sochi in C++

2015-07-09 Thread Mateusz Loskot
viornment with binaries of Firebird client library. I sense, you are using MinGW. If that is the case., then I'm sorry, but I'm not able to help. I have never used MinGW myself. Best regards, -- Mateusz Loskot, h

Re: [soci-devel] [DB2] problem with bulk insert - Check the fix

2015-10-16 Thread Mateusz Loskot
Replying to this email will not work, please send a message to guru at > http://sourceforge.net/u/gurubg15/profile/send_message -- Mateusz Loskot, http://mateusz.loskot.net -- ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel

Re: [soci-devel] Generated soci/soci-config.h and version.h

2016-01-27 Thread Mateusz Loskot
On 27 January 2016 at 18:21, Vadim Zeitlin wrote: > > I've somehow missed the commits 6908e473ff2da566d335f23015b971c7f2118239 > and 094e19c68c0c98cfc862bb316868552a7443d145, but trying to use the latest > SOCI version in our code now, I realize that it's a problem to have > soci-config.h and ver

Re: [soci-devel] Generated soci/soci-config.h and version.h

2016-01-29 Thread Mateusz Loskot
external builders. I, however, don't mind to keep SOCI configuration 'generic', but there needs to be someone who will keep an eye on that, adjust pull requests, test things, etc. > On Wed, 27 Jan 2016 21:15:55 +0100 Mateusz Loskot wrote: > > ML> Arnaud discovered that

Re: [soci-devel] [soci-users] When the next version will be released? / Support of C++11 compilers

2016-09-05 Thread Mateusz Loskot
(3.2.3? > 3.3.0?), including those fixes, would be released? Current release is 3.2.3. I don't think any new 3.x release is going to happen - no resources. I think all, though limited, activities are geared towards SOCI 4. Best regards, -- Mateusz Loskot, ht

Re: [soci-devel] [soci-users] When the next version will be released? / Support of C++11 compilers

2016-09-05 Thread Mateusz Loskot
On 5 Sep 2016 17:45, "Sergei Nikulov" wrote: > > 2016-09-05 17:43 GMT+03:00 Denis Arnaud : > > So, when is planned the 4.0.0, then? > > > > I see no reasons why we can't release it (should we vote?). I think there may be some pending changes that don't fit 3.x, not sure what others are baking. I

Re: [soci-devel] [soci-users] When the next version will be released? / Support of C++11 compilers

2016-09-06 Thread Mateusz Loskot
On 6 September 2016 at 09:21, Sergei Nikulov wrote: > 2016-09-05 22:34 GMT+03:00 Mateusz Loskot : >> On 5 Sep 2016 17:45, "Sergei Nikulov" wrote: >>> >>> 2016-09-05 17:43 GMT+03:00 Denis Arnaud : >>> > So, when is planned the 4.0.0, then? >&

Re: [soci-devel] [soci-users] SOCI_POSTGRESQL_DECL macro not included in class declarations

2016-10-14 Thread Mateusz Loskot
anks for the report. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDo

Re: [soci-devel] [soci-users] SOCI_POSTGRESQL_DECL macro not included in class declarations

2016-10-14 Thread Mateusz Loskot
On 14 October 2016 at 10:12, Mateusz Loskot wrote: > On 13 October 2016 at 18:55, Erasmo Aguilera wrote: >> Hi guys, >> >> I recently tried to use the postgresql_soci_error::sqlstate() function in my >> code, but I got unresolved external symbol errors. I checked the c

[soci-devel] Preparing to release SOCI 4.0.0

2017-07-07 Thread Mateusz Loskot
546492 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___

Re: [soci-devel] Travis CI build platform woes

2017-07-20 Thread Mateusz Loskot
changes. I will look at it. Thanks for your efforts Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http:

Re: [soci-devel] [soci-users] Preparing to release SOCI 4.0.0

2017-08-30 Thread Mateusz Loskot
in CHANGES file is WIP, sorry for confusion. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.or

Re: [soci-devel] Supporting EditorConfig in SOCI

2017-09-10 Thread Mateusz Loskot
torconfig one of course), I'd vote for one big reformat with single commit. Thoughts? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one

Re: [soci-devel] Supporting EditorConfig in SOCI

2017-09-10 Thread Mateusz Loskot
On 10 September 2017 at 21:30, Vadim Zeitlin wrote: > On Sun, 10 Sep 2017 20:04:55 +0200 Mateusz Loskot wrote: > > ML> I wonder if there is need to take care of EOLs. > ML> I'm quite certain, most if not all of us who develop/build SOCI on Windows > ML> follow

Re: [soci-devel] Using GitHub protected branches

2017-09-13 Thread Mateusz Loskot
On 14 September 2017 at 02:04, Mateusz Loskot wrote: > Hi, > > I have enabled branch protecting [1] for the master. > Apart from the basic protection settings, I enabled > * Require status checks to pass before merging pull request > > If you notice anything is not workin

[soci-devel] Using GitHub protected branches

2017-09-13 Thread Mateusz Loskot
/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sla

Re: [soci-devel] Travis CI build platform woes

2017-09-14 Thread Mateusz Loskot
://github.com/SOCI/soci/pull/584 * Work around Oracle builds for PRs https://github.com/SOCI/soci/pull/585 Thanks to Vadim for help! Regards, Mateusz On 20 July 2017 at 09:33, Mateusz Loskot wrote: > On 20 July 2017 at 03:17, Vadim Zeitlin wrote: >> On Thu, 20 Jul 2017 01:11:08 +020

Re: [soci-devel] Travis CI build platform woes

2017-09-14 Thread Mateusz Loskot
On 15 September 2017 at 00:17, Vadim Zeitlin wrote: > On Fri, 15 Sep 2017 00:13:33 +0200 Mateusz Loskot wrote: > > ML> Finally, Oracle builds are back on Travis CI > > Great, thanks a lot for working on this! I don't really use Oracle myself, > so don't often test

Re: [soci-devel] Travis CI build platform woes

2017-09-14 Thread Mateusz Loskot
On 15 September 2017 at 00:39, Vadim Zeitlin wrote: > ML> > On Fri, 15 Sep 2017 00:13:33 +0200 Mateusz Loskot > wrote: > [...] > ML> All easy to restore, if needed, so no need to make things top secret. > > Would top secret be using "tr '[A-Za-z]' &

[soci-devel] [GitHub] Milestones and labels

2017-09-15 Thread Mateusz Loskot
Folks, Please, when opening new Issue/Pull Request, if you could * label with backend, is it bug/features, at least * set milestone, if you aim any This would greatly help anyone who writes/maintains release notes. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

[soci-devel] Generated docs for master (SOCI 4.0.0)

2017-09-16 Thread Mateusz Loskot
://soci.sourceforge.net/doc/ Since we are working towards the release, docs review, comments, suggestions, anything are much appreciated. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on

Re: [soci-devel] Generated docs for master (SOCI 4.0.0)

2017-09-16 Thread Mateusz Loskot
On 17 September 2017 at 01:40, Vadim Zeitlin wrote: > On Sun, 17 Sep 2017 01:30:37 +0200 Mateusz Loskot wrote: > > ML> The new docs are linked on the website > ML> http://soci.sourceforge.net/doc/ > > Looks great, at least at first glance it seems to be just as good as

[soci-devel] Gitter.im room re-recreated

2017-09-17 Thread Mateusz Loskot
Folks, FYI, I have re-created the SOCI room at Gitter. The old room was private or invitation-only, apparently. The new room is public. https://gitter.im/SOCI/soci Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

[soci-devel] CHANGELOG.md

2017-09-23 Thread Mateusz Loskot
ithub-changelog-generator/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http

Re: [soci-devel] CHANGELOG.md

2017-09-23 Thread Mateusz Loskot
On 23 September 2017 at 23:31, Mateusz Loskot wrote: > > I'm experimenting with auto-generated change log. > > https://github.com/SOCI/soci/blob/master/CHANGELOG.md Alternatively, CHANGES file is converted to release notes maintained manually and included in the documentation:

[soci-devel] [4.0.0] Issues squashing sprint

2017-09-24 Thread Mateusz Loskot
st regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [soci-devel] CHANGELOG.md

2017-09-25 Thread Mateusz Loskot
On 25 September 2017 at 16:01, Vadim Zeitlin wrote: > On Sat, 23 Sep 2017 23:43:03 +0200 Mateusz Loskot wrote: > > ML> On 23 September 2017 at 23:31, Mateusz Loskot wrote: > ML> > > ML> > I'm experimenting with auto-generated change log. > ML> > >

Re: [soci-devel] CHANGELOG.md

2017-09-25 Thread Mateusz Loskot
ll requets, so the manual compilation of changelog is not time consuming PITA Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Check out the vibrant tech community on one of the world's most

Re: [soci-devel] CHANGELOG.md

2017-09-25 Thread Mateusz Loskot
On 25 September 2017 at 16:27, Vadim Zeitlin wrote: > On Mon, 25 Sep 2017 16:12:31 +0200 Mateusz Loskot wrote: > ML> On 25 September 2017 at 16:01, Vadim Zeitlin wrote: > ML> > On Sat, 23 Sep 2017 23:43:03 +0200 Mateusz Loskot > wrote: > ML> > > ML>

[soci-devel] [PR#623] Drop support for PostgreSQL 7.x

2018-02-23 Thread Mateusz Loskot
Folks, I just wanted to give you all a heads up that I'm removing PostgreSQL 7.x support from the current master. The upcoming release of SOCI 4.0.0 will no longer support it. Please, have your say now https://github.com/SOCI/soci/pull/623 p.s. CC'ed to soci-users Best regards, -

Re: [soci-devel] [PR#623] Drop support for PostgreSQL 7.x

2018-02-26 Thread Mateusz Loskot
On 23 February 2018 at 17:38, Mateusz Loskot wrote: > I just wanted to give you all a heads up that I'm removing > PostgreSQL 7.x support from the current master. > The upcoming release of SOCI 4.0.0 will no longer support it. > > Please, have your say now https://github.co

Re: [soci-devel] Mysterious new CMake error in AppVeyor builds

2018-04-03 Thread Mateusz Loskot
gt; cat CMakeLists.txt cmake_minimum_required(VERSION 3.11 FATAL_ERROR) project(cmake_test) include(CheckIncludeFiles) check_include_files("windows.h;sqlext.h" HAVE_SQLEXT_H) ATM, I have no idea what is going on. I will look into this laster this week. Best regards, -- Mateusz Loskot, h

Re: [soci-devel] Mysterious new CMake error in AppVeyor builds

2018-04-04 Thread Mateusz Loskot
On 4 April 2018 at 01:58, Mateusz Loskot wrote: > On 4 April 2018 at 00:38, Vadim Zeitlin wrote: >> Hello, >> >> AppVeyor are broken for the new PRs due to the error which can be seen >> at e.g. https://ci.appveyor.com/project/SOCI/soci/build/job/67rlcrm9cl0ykci2 &g

Re: [soci-devel] Mysterious new CMake error in AppVeyor builds

2018-04-04 Thread Mateusz Loskot
On 4 April 2018 at 15:09, Vadim Zeitlin wrote: > On Wed, 4 Apr 2018 13:37:10 +0200 Mateusz Loskot wrote: > > ML> Since our CMake scripts work with 3.10 (and earlier) but fail with > ML> 3.11, I reported it > ML> https://gitlab.kitware.com/cmake/cmake/issues/17874 > &

[soci-devel] CMake 3.5 or later for SOCI 4.0.0

2018-05-19 Thread Mateusz Loskot
Hi, I'm doing thorough refactoring and modernization of the build configuration. I want to bump required version of CMake to 3.5 at least. So, I'm giving heads up. Mateusz Loskot, mate...@loskot.net (Sent f

Re: [soci-devel] Extending ODBC tests

2018-06-14 Thread Mateusz Loskot
current travis build will run unchanged because no new ODBC’s are > activated by default. > > Would this sound well for you? Yes > Would you prefer PR as ODBC by ODBC or all at once? Your choice. To me, shorter the PR, the better - ea

[soci-devel] Collected log of changes for SOCI 4.0.0

2019-09-20 Thread Mateusz Loskot
n for release. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel

[soci-devel] Travis CI with Precise is decommissioned (stopped working)

2019-09-21 Thread Mateusz Loskot
75#issuecomment-327534271 I suspect, DB2 and Oracle builds may be major troublemakers due to run-time environment or obstacles in downloading and deploying Oracle. I am not going to die hard to make these two work [1]. I need to issue SOCI 4.0.0 as soon as possible. Best regards, -- Mateu

Re: [soci-devel] Travis CI with Precise is decommissioned (stopped working)

2019-09-21 Thread Mateusz Loskot
On Sat, 21 Sep 2019 at 21:21, Mateusz Loskot wrote: > > I'm going to try switch to Trusty, despite I gave the idea up a year ago > https://github.com/SOCI/soci/pull/575#issuecomment-327534271 > > I suspect, DB2 and Oracle builds may be major troublemakers > due to

Re: [soci-devel] Travis CI with Precise is decommissioned (stopped working)

2019-09-21 Thread Mateusz Loskot
On Sat, 21 Sep 2019 at 22:45, Vadim Zeitlin wrote: > On Sat, 21 Sep 2019 22:10:49 +0200 Mateusz Loskot wrote: > ML> On Sat, 21 Sep 2019 at 21:21, Mateusz Loskot wrote: > ML> > > ML> > I'm going to try switch to Trusty, despite I gave the idea up a year ago >

[soci-devel] Freezing master and branching release/4.0

2019-09-27 Thread Mateusz Loskot
://soci.sourceforge.net/doc.html All details documented in the RELEASING.md file. Any feedback welcome. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

[soci-devel] Docker image with Oracle XE 11g is available

2019-10-03 Thread Mateusz Loskot
racle-xe-11g-r2/ [2] https://github.com/wnameless/docker-oracle-xe-11g/issues/118 [3] https://github.com/wnameless/docker-oracle-xe-11g/issues/118#issuecomment-463731847 [4] https://github.com/cbandy/travis-oracle [5] https://github.com/Vincit/travis-oracledb-xe/ Best regards, -- Mateusz Loskot,

[soci-devel] Releasing how-to and utility scripts/release.sh

2019-10-06 Thread Mateusz Loskot
re you can find sample log of the double-build job: https://travis-ci.org/SOCI/soci/jobs/594316303 The purpose is to have a minimal procedure verifying the source code archives generated for release; to verify scripts/release.sh too. Best regards, -- Mateusz Loskot, http://mateusz.

[soci-devel] SOCI 4.0.0 RC1 is available

2019-10-25 Thread Mateusz Loskot
/scripts/travis/script_empty.sh and latest log for the current release candidate archives available at: https://travis-ci.org/SOCI/soci/jobs/603041694 -- Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing

[soci-devel] SOCI 4.0.0 RC2 is available

2019-11-03 Thread Mateusz Loskot
no serious issues are reported, I'll call for a vote to promote this release/4.0 branch to final release in a week. This is call for testing. Thanks in advance. [1] https://sourceforge.net/p/soci/mailman/message/36793193/ https://sourceforge.net/p/soci/mailman/message/36793581/ Best regar

Re: [soci-devel] SOCI 4.0.0 RC2 is available

2019-11-05 Thread Mateusz Loskot
e build log file: > https://kojipkgs.fedoraproject.org//work/tasks/9808/38769808/build.log), it > may be worth it. If I have a moment, I may have a look. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list s

[soci-devel] SOCI 4.0.0 released

2019-11-09 Thread Mateusz Loskot
ors http://soci.sourceforge.net/people.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel

Re: [soci-devel] SOCI 4.0.0 released

2019-11-09 Thread Mateusz Loskot
at least not for SOCI 4.0.0, (This is not uncommon strategy, projects I'm involved in like GDAL, PDAL, PROJ.4, etc. do not encourage GitHub releases.) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel

[soci-devel] Retiring as SOCI maintainer and release manager

2019-12-13 Thread Mateusz Loskot
.s. I will remain subscribed to this list for some time. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ soci-devel mailing list soci-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-devel

Re: [soci-devel] Retiring as SOCI maintainer and release manager

2019-12-17 Thread Mateusz Loskot
On Mon, 16 Dec 2019 at 18:31, Vadim Zeitlin wrote: > On Fri, 13 Dec 2019 22:31:06 +0100 Mateusz Loskot wrote: > > ML> Congratulations all and my special thanks go to Vadim Zeitlin > ML> for his continuous contributions and support. > > I'm a bit ashamed to read t

Re: [soci-devel] Retiring as SOCI maintainer and release manager

2019-12-22 Thread Mateusz Loskot
ile I can't commit to assisting with development of new > features and such (due to time constraints), I'd be happy to assist with > bug fixes, etc. as need arises. > > Best regards, > Bill > > > > On Tue, Dec 17, 2019 at 11:35:07AM +0100, Mateusz Loskot wro

Re: [soci-devel] Error installing markdownlint in CircleCI builds

2020-10-31 Thread Mateusz Loskot
version of https://github.com/igorshubovych/markdownlint-cli depends on particular version of https://github.com/DavidAnson/markdownlint so perhaps something broke in the latter. Alternatively, switch completely to alternative CLI client https://github.com/DavidAnson/markdownlint-cli2 Best