I haven't made the changes for sqlite3 because I didn't have SQLite
installed on my machine and, while the diffs are certainly simple, I'm
still reluctant to submit changes without confirming that the code
even compiles.  I'll try to install sqlite3 and get the tests for the
backend to pass, and then I will apply your changes, unless someone
beats me to it.  Thank you again for sending the patch.

Best regards,

Aleksander

On Mon, Jan 25, 2010 at 2:32 AM, Robert Massaioli
<[email protected]> wrote:
> Thankyou I have seen it in there and that was really rapid! Thanks again.
> But to fix it for sqlite3 too just use this diff:
>
> ==start diff==
> diff --git a/src/backends/sqlite3/standard-use-type.cpp
> b/src/backends/sqlite3/standard-use-type.cpp
> index e022339..18376c2 100644
> --- a/src/backends/sqlite3/standard-use-type.cpp
> +++ b/src/backends/sqlite3/standard-use-type.cpp
> @@ -15,6 +15,7 @@
>  #include <limits>
>  #include <sstream>
>  #include <string>
> +#include <cstdio>
>
>  #ifdef _MSC_VER
>  #pragma warning(disable:4355 4996)
> diff --git a/src/backends/sqlite3/vector-use-type.cpp
> b/src/backends/sqlite3/vector-use-type.cpp
> index 298b7d6..6689594 100644
> --- a/src/backends/sqlite3/vector-use-type.cpp
> +++ b/src/backends/sqlite3/vector-use-type.cpp
> @@ -11,6 +11,7 @@
>  #include <limits>
>  #include <sstream>
>  #include <cstring>
> +#include <cstdio>
>
>  #ifdef _MSC_VER
>  #pragma warning(disable:4355 4996)
> ==end diff==
>
> And I have not tested for Oracle but I guess it'll probably have similar
> problems.
>
> Keep up the good work,
> Robert
>
> On Mon, Jan 25, 2010 at 1:22 PM, Pawel Aleksander Fedorynski
> <[email protected]> wrote:
>>
>> Hi Robert,
>>
>> I applied the changes you suggested to the MySQL backend.  Thank you
>> for sending the patch.
>>
>> Best regards,
>>
>> Aleksander
>>
>> On Sun, Jan 24, 2010 at 3:04 PM, Robert Massaioli
>> <[email protected]> wrote:
>> > Hi All,
>> >
>> > Firstly I would like to say thankyou for SOCI. I think it is an
>> > incredibly
>> > useful piece of software and I am planning on using it in the future in
>> > my
>> > projects. Keep up the good work.
>> >
>> > I recently compiled SOCI on Ubuntu Karmic Koala and met with a few
>> > compile
>> > errors on the latest gcc (g++ Ubuntu 4.4.1-4ubuntu9). It was simple to
>> > fix,
>> > just adding a few includes, and I have attached a diff of what made the
>> > git
>> > repo compile but I made more (similar) changes to make the soci-3.0
>> > version
>> > compile. I just thought I would let people know if you did not know
>> > already.
>> >
>> > Thanks and keep it up,
>> > Robert
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Throughout its 18-year history, RSA Conference consistently attracts the
>> > world's best and brightest in the field, creating opportunities for
>> > Conference
>> > attendees to learn about information security's most important issues
>> > through
>> > interactions with peers, luminaries and emerging and established
>> > companies.
>> > http://p.sf.net/sfu/rsaconf-dev2dev
>> > _______________________________________________
>> > Soci-users mailing list
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/soci-users
>> >
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for
>> Conference
>> attendees to learn about information security's most important issues
>> through
>> interactions with peers, luminaries and emerging and established
>> companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> _______________________________________________
>> Soci-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/soci-users
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Soci-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/soci-users
>
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to