{"id":39965053,"url":"https://github.com/qoretechnologies/module-sybase","last_synced_at":"2026-01-18T21:35:19.895Z","repository":{"id":35179217,"uuid":"39436793","full_name":"qoretechnologies/module-sybase","owner":"qoretechnologies","description":"Qore FreeTDS (MSSQL and Sybase) database driver module","archived":false,"fork":false,"pushed_at":"2026-01-04T10:28:27.000Z","size":738,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2026-01-08T23:12:26.705Z","etag":null,"topics":["database","freetds","mssql","qore","sybase"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qoretechnologies.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING.LGPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-21T09:32:10.000Z","updated_at":"2026-01-04T10:28:31.000Z","dependencies_parsed_at":"2025-05-16T20:30:24.718Z","dependency_job_id":null,"html_url":"https://github.com/qoretechnologies/module-sybase","commit_stats":null,"previous_names":["qoretechnologies/module-sybase"],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/qoretechnologies/module-sybase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-sybase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-sybase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-sybase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-sybase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoretechnologies","download_url":"https://codeload.github.com/qoretechnologies/module-sybase/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-sybase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28551202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","freetds","mssql","qore","sybase"],"created_at":"2026-01-18T21:35:19.838Z","updated_at":"2026-01-18T21:35:19.887Z","avatar_url":"https://github.com/qoretechnologies.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"sybase and freetds modules for Qore\nversion 1.3 by David Nichols\n\nRequires qore 0.9+ and either or both of:\n1) Sybase headers and libraries to build the \"sybase\" module\n2) freetds headers and libraries to build the \"freetds\" module (formerly called \"mssql\")\n\nThe \"sybase\" and \"freetds\" DBI drivers are built from the same source code.  They support all Qore DBI features including stored procedure execution and binding by value\n*) transaction management is supported\n*) automatic transparent character set conversion is supported when necessary\n*) threading support\n*) stored procedure support with direct binding and retrieving values\n*) these drivers also support executing multiple queries within a single command and returning all results in a special format, see the documentation for more information\n\n\"sybase\" module: Sybase DBI module requires SAP (Sybase) OCS 15+ client libraries and headers (not tested with earlier versions, however it should work)\nUse --with-sybase or set the SYBASE and SYBASE_OCS environment variables to build the \"sybase\" module.\n\n\"freetds\" module: FreeTDS-based Sybase and Microsoft SQL Server driver, requires FreeTDS headers and libraries\nUser --with-freetds or set the FREETDS environment variable to your FreeTDS installation to build.  Note that the \"freetds\" driver is built from the same source as the \"sybase\" driver and can be used to connect to sybase and MS SQL Server databases\nFreeTDS website: http://www.freetds.org\n\nDocumentation in docs/sybase-module-doc.html\n\nTest scripts:\n  test/sybase-types.qtest           - Data type handling tests\n  test/sybase-statement.qtest       - SQLStatement API tests\n  test/sybase-direct-connect.qtest  - Direct connection (hostname:port) tests\n  test/sybase-connection-errors.qtest - Connection error handling tests\n  test/sybase-options.qtest         - Driver options (number handling, timezone)\n  test/sybase-null-and-parsing.qtest - NULL handling and SQL parsing tests\n  test/sybase-stored-procedures.qtest - Stored procedure tests\n  test/sybase-lob.qtest             - Large object (TEXT, IMAGE, etc.) tests\n  test/sybase-multiple-resultsets.qtest - Multiple result set tests\n  test/sybase-reconnection.qtest    - Connection lifecycle tests\n\n\nLICENSE\n-------\nThe source code is released under the LGPL 2.1 and MIT licenses; either license\nmay be used at the user's discretion.  Note that both licenses are treated\nequally by the Qore library in the sense that both licenses allow the module\nto be loaded without restrictions by the Qore library (even when the Qore\nlibrary is initialized in GPL mode).\nSee COPYING.MIT and COPYING.LGPL for details on the open-source licenses.\n\n\nBUILD AND INSTALL\n-----------------\n\nconfigure\nmake\nsudo make install\n\nThe configure script will find out where your qore module directory is found and set this for the install directory.\n\n\nBUILD FROM GIT\n--------------\n\n./reconf.sh\n./configure\nmake\nsudo make install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-sybase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoretechnologies%2Fmodule-sybase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-sybase/lists"}