Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 3, 2022

  1. Merge pull request #145 from deining/contrib

    README: correct project URL
    tomasguisasola committed Oct 3, 2022

Commits on Sep 28, 2022

  1. README: correct project URL

    Fixing several typos in documentation and source code files
    Improving several links in documentation files
    deining committed Sep 28, 2022

Commits on Jul 27, 2022

  1. Merge pull request #141 from cazfi/castalign

    Castalign
    tomasguisasola committed Jul 27, 2022

Commits on Jun 13, 2022

  1. ls_postgres.c: Fix cast alignment change warning

    Compiling with clang gave:
    ls_postgres.c:251:13: error: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Werror,-Wcast-align]
    
    Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
    cazfi committed Jun 13, 2022
  2. ls_mysql.c: Fix cast alignment change warning

    Compiling with clang gave:
    ls_mysql.c:342:13: error: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Werror,-Wcast-align]
    
    Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
    cazfi committed Jun 13, 2022

Commits on May 30, 2022

  1. Merge pull request #140 from cazfi/trailing-spaces

    Remove trailing spaces from documentation
    tomasguisasola committed May 30, 2022

Commits on May 28, 2022

  1. Remove trailing spaces from documentation

    Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
    cazfi committed May 28, 2022

Commits on Feb 7, 2022

  1. Merge pull request #137 from cazfi/odbc-warnings

    Odbc warnings
    tomasguisasola committed Feb 7, 2022

Commits on Feb 6, 2022

  1. ls_odbc.c: Correct parameter types

    Fix compiler warnings about wrong types passed as function parameters
    cazfi committed Feb 6, 2022
  2. ls_odbc.c: Remove unused variables

    Fix "warning: unused variable ‘cbNull’" compiler warnings
    cazfi committed Feb 6, 2022

Commits on Oct 14, 2021

  1. Merge pull request #132 from laigor/master

    Fix compilation error on Linux and MAC
    tomasguisasola committed Oct 14, 2021

Commits on Aug 27, 2021

  1. Merge pull request #128 from w-oertl/master

    Support binding of parameters for SQLite3 in conn:execute(sql, ...)
    tomasguisasola committed Aug 27, 2021

Commits on Aug 18, 2021

  1. Support binding of parameters in conn:execute(sql, ...) like the

    ODBC driver.  No support for prepared statements yet.  Note that
    named parameters must exactly match the placeholder in the SQL
    statement, i. e. :a or $a or @A needs to include the initial
    character.  When using ? or ?n, use an index starting at 1.
    w-oertl committed Aug 18, 2021

Commits on Sep 16, 2020

  1. Merge pull request #124 from ousnius/master

    Support for returning ODBC "SQL_GUID" as string
    blumf committed Sep 16, 2020

Commits on Sep 14, 2020

  1. Support for return SQL_GUID as string

    SQL-Server "uniqueidentifier" to be returned as a GUID string.
    ousnius committed Sep 14, 2020

Commits on Sep 9, 2020

  1. New version: 2.6.

    tomasguisasola committed Sep 9, 2020
  2. New version: 2.6.

    tomasguisasola committed Sep 9, 2020

Commits on Sep 4, 2020

  1. Add an option to env:connect in sqlite3

    Add an option in enc:connect in sqlite3 to allow users to connect to the
    DB in read only mode.
    Abid Esmail committed Sep 4, 2020
Older