Activity for dbsql++

  • cjullien cjullien committed [r381] on Code

    Update m4

  • cjullien cjullien committed [r380] on Code

    Update m4

  • cjullien cjullien committed [r379] on Code

    Compile using C++20 on Windows

  • cjullien cjullien committed [r378] on Code

    Fix C++17 iterator declaration

  • cjullien cjullien committed [r377] on Code

    Fix C++17 iterator declaration

  • cjullien cjullien committed [r376]

    Add MariaDB support on Windows

  • cjullien cjullien committed [r375]

    rename internal ODBC class

  • cjullien cjullien committed [r374]

    getDriverList was not MT safe

  • cjullien cjullien committed [r373]

    getResultSet returns the DBResultSet passed as argument instead of the set size.

  • cjullien cjullien committed [r372]

    Add memory to MySQL connection string

  • cjullien cjullien committed [r371]

    Fix ODBC not running except wit administrator rights

  • cjullien cjullien committed [r370]

    _dsn is no longer to be mutable, add line in case of error

  • cjullien cjullien committed [r369]

    Move to version 0.6.0, better support Excel with ODBC

  • dbsql++ dbsql++ released /dbsql++-0.6.0.tar.gz

  • cjullien cjullien committed [r368]

    Use static variable to store driver list

  • cjullien cjullien committed [r367]

    getDriverList replaces listDriver and now returns a list of available drivers.

  • cjullien cjullien committed [r366]

    Cache drivers in a list.

  • cjullien cjullien committed [r365]

    Improve sample

  • cjullien cjullien committed [r364]

    Use basic.cpp to test odbc. Sample odbc.cpp has been removed

  • cjullien cjullien committed [r363]

    Basic example also works with ODBC on Windows using ACCESS

  • cjullien cjullien committed [r362]

    Fix DBCursor.h warnings

  • cjullien cjullien committed [r361]

    Fix ODBC driver

  • cjullien cjullien committed [r360]

    Fix few MLK in obdc driver, more to come

  • cjullien cjullien committed [r359]

    Fix .dns

  • cjullien cjullien committed [r358]

    Improve Windows toolchain

  • cjullien cjullien committed [r357]

    Improve Windows toolchain

  • dbsql++ dbsql++ released /dbsql++-0.5.0.tar.gz

  • cjullien cjullien committed [r356]

    Move CrtLeaks in eligis namespace

  • cjullien cjullien committed [r355]

    Correctly define separator string

  • cjullien cjullien committed [r354]

    Improve basic.cpp sample, fix begin iterator with const cursors.

  • cjullien cjullien committed [r353]

    Repackage dbsql in eligis::dbsql

  • cjullien cjullien committed [r352]

    Use CrtLeaks class to detect Windows MLK

  • cjullien cjullien committed [r351]

    Use CrtLeaks class to detect Windows MLK

  • cjullien cjullien committed [r350]

    Make empty definition of CrtLeaks for non-Windows systems.

  • cjullien cjullien committed [r349]

    Use CrtLeaks only on Windows

  • cjullien cjullien committed [r348]

    Use CrtLeaks class to detect Windows MLK

  • cjullien cjullien committed [r347]

    Use CrtLeaks class to detect Windows MLK

  • cjullien cjullien committed [r346]

    Use macros to detect Windows MLK

  • cjullien cjullien committed [r345]

    Use macros to detect Windows MLK

  • cjullien cjullien committed [r344]

    Add Windows MLK detection on basic sample

  • cjullien cjullien committed [r343]

    Fix SQLite warnings detected on Windows by VC++

  • cjullien cjullien committed [r342]

    Add SQLite Windows support

  • cjullien cjullien committed [r341]

    Fix copy elision as detected by clang++ on macOS

  • cjullien cjullien committed [r340]

    Add odbc column name

  • cjullien cjullien committed [r339]

    Tune sqlite

  • cjullien cjullien committed [r338]

    Tune configure.ac

  • cjullien cjullien committed [r337]

    Remove debug function

  • cjullien cjullien committed [r336]

    With correct use of std::move, mutable is no longer needed.

  • cjullien cjullien committed [r335]

    Reduce the number of reset calls

  • cjullien cjullien committed [r334]

    Simplify odbc error detection

  • cjullien cjullien committed [r333]

    Implement getColumnNames for PostgreSQL

  • cjullien cjullien committed [r332]

    Implement getColumnNames for MySQL

  • cjullien cjullien committed [r331]

    Simplify basic sample using a template to display the result.

  • cjullien cjullien committed [r330]

    Simplify basic sample

  • cjullien cjullien committed [r329]

    Implement getColumnNames for SQLite

  • cjullien cjullien committed [r328]

    Implement getColumnNames for SQLite

  • cjullien cjullien committed [r327]

    Change few initializations with braces

  • cjullien cjullien committed [r326]

    Use more emplace_back calls

  • cjullien cjullien committed [r325]

    Use more emplace_back calls

  • cjullien cjullien committed [r324]

    Add SQLCursor::getColumnNames

  • cjullien cjullien committed [r323]

    Better support old g++ 4.8.x

  • cjullien cjullien committed [r322]

    sqlite/SQLCursor uses a std::unique_ptr as pimpl

  • cjullien cjullien committed [r321]

    sqlite/SQLEnv uses a std::unique_ptr as pimpl

  • cjullien cjullien committed [r320]

    Use more forward declaration in .h

  • cjullien cjullien committed [r319]

    Improve Windows support

  • cjullien cjullien committed [r318]

    Fix mysql MLK when connection fails

  • cjullien cjullien committed [r317]

    No longer include config.h in driver code. It may conflic with driver own config.h

  • cjullien cjullien committed [r316]

    Fix mysql and postgresql drivers

  • cjullien cjullien committed [r315]

    Don't use std::move to allow copy elision

  • cjullien cjullien committed [r314]

    Fix StringBuilder default methods

  • cjullien cjullien committed [r313]

    Make code even more robust

  • cjullien cjullien committed [r312]

    Improve move operators

  • cjullien cjullien committed [r311]

    Use more default move methods

  • cjullien cjullien committed [r310]

    Improve configure script

  • cjullien cjullien committed [r309]

    More C++11 idioms, few optimizations

  • cjullien cjullien committed [r308]

    Some classes can be inherited.

  • cjullien cjullien committed [r307]

    Change version 0.5.0

  • cjullien cjullien committed [r306]

    More C++11, make code even more robust

  • cjullien cjullien committed [r305]

    Move interfaces directory to src, include directory now only contains public API.

  • cjullien cjullien committed [r304]

    Fix yet another pimpl idiom

  • cjullien cjullien committed [r303]

    Fix yet another pimpl idiom

  • cjullien cjullien committed [r302]

    Fix the pimpl idiom

  • cjullien cjullien committed [r301]

    include interfaces/SQLEnvInterface.h

  • cjullien cjullien committed [r300]

    interfaces/SQLEnvInterface.h was missing in DBEnv.cpp

  • cjullien cjullien committed [r299]

    Improve DBResultSet that returns a result set from a SQL qwery

  • cjullien cjullien committed [r298]

    Add DBResultSet that returns a result set from a SQL qwery

  • cjullien cjullien committed [r297]

    Fix wrong test

  • cjullien cjullien committed [r296]

    Use unique_ptr as DBConfig member.

  • cjullien cjullien committed [r295]

    Use unique_ptr as DBConfig member.

  • cjullien cjullien committed [r294]

    Use unique_ptr as DBEnv member.

  • cjullien cjullien committed [r293]

    Fix move-assign for DBColumn

  • cjullien cjullien committed [r292]

    Fix configure.ac that requires 2.69

  • cjullien cjullien committed [r291]

    More C++11 stuff

  • cjullien cjullien committed [r290]

    More C++11 code

  • cjullien cjullien committed [r289]

    Update doxygen conf

  • cjullien cjullien committed [r288]

    Update copyright

  • cjullien cjullien committed [r287]

    Add conf/missing from autoconf

  • cjullien cjullien committed [r286]

    Update configure helpers

  • cjullien cjullien committed [r285]

    Cleanup odbc sample

  • cjullien cjullien committed [r284]

    Change Copyright end date to 2021

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.