Commit Graph

  • 36c808230c
    fix(ODBC): Poco:Data::ODBC - MSSQL (n)varchar(max) length issue #4324 (#4738) Aleksandar Fabijanic 2024-10-19 14:43:00 -0500
  • 7e729f9992 fix(ODBC): wrong char to string conversion #4324 Alex Fabijanic 2024-10-19 20:25:43 +0200
  • 6a148edefa fix(ODBC): detect backend at runtime for string size; add Session::dbmsName() #4324 Alex Fabijanic 2024-10-19 19:13:07 +0200
  • a120310116 chore(CMake): Add option ENABLE_DATA_SQL_SERVER_BIG_STRINGS, auto-detection of msodbcsql.h on Linux and macOS Matej Kenda 2024-10-18 20:56:41 +0200
  • 761c19f306 ci: change odbc drivers installation order #4324 cunj123 2024-10-18 07:30:14 -0400
  • 0a364aa81c
    Merge 052c542a2c into 9a97e7ca0d Pavel Kovalenko 2024-10-18 16:55:04 +0530
  • a97fd9eaa5 chore: add listing msodbdcsql18 folder #4324 cunj123 2024-10-18 04:31:31 -0400
  • ca3251491d fix(ODBC): detect SQLServer header #4324 Alex Fabijanic 2024-10-17 15:17:48 +0200
  • 9a97e7ca0d
    fix(Data): RecordSet issue since 1.10.0 (#4739) Aleksandar Fabijanic 2024-10-16 18:39:31 -0500
  • e5752a5c6d
    File lock (#4734) Aleksandar Fabijanic 2024-10-16 16:58:00 -0500
  • f599a17e81 fix(RecordSet): copy, move #4525 Aleksandar Fabijanic 2024-10-16 23:54:37 +0200
  • 58e39ef5e7
    File lock (#4740) Alexander B 2024-10-16 22:39:20 +0300
  • 5c40b5e0b6 fix(Data): RecordSet issue since 1.10.0 Aleksandar Fabijanic 2024-10-16 16:08:24 +0200
  • 1e4699b9b9 fix windows build Alexander B 2024-10-16 16:11:29 +0300
  • d0c1ed08f3 fix windows build Alexander B 2024-10-16 15:41:43 +0300
  • 1ef8ae2bfd fix function naming Alexander B 2024-10-16 14:29:59 +0300
  • e1be5afe99 throw error on any errno not only on EDEADLK Alexander B 2024-10-16 14:23:42 +0300
  • 6e09ec2fbd chore(ODBC): add SQLServer big string vector test case #4324 Aleksandar Fabijanic 2024-10-16 12:26:08 +0200
  • 6f34ec89ce fix(cmake): increase minimum version to 3.15, fix Data::PostgreSQL include target, remove unnecessary cmake modules that are provided with CMake itself (#4540) Matej Kenda 2024-10-15 10:42:37 +0200
  • ce157e87b5 Merge branch 'main' into search-support search-support Lara Dzivdzanovic 2024-10-16 11:04:57 +0200
  • b8dd1a9325 chore(ODBC): add compile time big string diagnostics #4324 Alex Fabijanic 2024-10-16 09:59:07 +0200
  • c5c00ef959 fix(ODBC): trim UTF16 string #4324 Aleksandar Fabijanic 2024-10-16 01:50:09 +0200
  • c17b00353c chore(ODBC): remove unused vars; fix SQL Server SDK include path #4324 Aleksandar Fabijanic 2024-10-16 01:33:36 +0200
  • 26c3d78ea1 fix(ODBC): Poco:Data::ODBC - MSSQL (n)varchar(max) length issue #4324 Aleksandar Fabijanic 2024-10-16 01:00:52 +0200
  • f0a29487b6
    feat(ServerApplication): termination callback #4643 (#4733) Aleksandar Fabijanic 2024-10-15 10:49:28 -0500
  • f85e9dbb21 chore(ServerApplication): correct documentation #4643 Aleksandar Fabijanic 2024-10-15 13:42:32 +0200
  • 19efe63ad9 fix(cmake): increase minimum version to 3.15, fix Data::PostgreSQL include target, remove unnecessary cmake modules that are provided with CMake itself (#4540) Matej Kenda 2024-10-15 10:42:37 +0200
  • 570ee78029
    Merge branch 'devel' into FIX_ActiveRecordPostgreSupport Aleksandar Fabijanic 2024-10-14 06:50:33 -0500
  • 71a085c1dc
    chore(JSON): add stringify unicode tests #4707 (#4720) Aleksandar Fabijanic 2024-10-14 06:48:45 -0500
  • 53e32a3b64 Merge branch 'main' into file-lock Aleksandar Fabijanic 2024-10-14 13:22:24 +0200
  • 34b4472f92 add atomic header Alexander B 2024-10-14 14:13:15 +0300
  • afa38a393a chore(ServerApplication): spelling fix #4643 Aleksandar Fabijanic 2024-10-14 13:12:26 +0200
  • 1b47d73587 feat(ServerApplication): termination callback #4643 Aleksandar Fabijanic 2024-10-14 13:09:22 +0200
  • cc401c59dc fix spelling fo PR #4723 add atomic_bool _locked and check if FileStreamRWLock is locked on destruction for force unlock Alexander B 2024-10-14 14:07:51 +0300
  • 7e9cd950ca
    Update README.md Maxence Goutteratel 2024-10-13 04:23:32 -0400
  • 8e958f685f
    2808 data nullable (#4729) Aleksandar Fabijanic 2024-10-12 13:42:39 -0500
  • 086db5414b fix: g++ and clang build #2808 Alex Fabijanic 2024-10-12 19:03:36 +0200
  • 3c1abeda98 Merge branch 'main' into 2808-data-nullable Aleksandar Fabijanic 2024-10-12 15:00:43 +0200
  • 9f6713a180 chore(Trace): add Trace VS projects #4692 Aleksandar Fabijanic 2024-10-12 14:59:48 +0200
  • 7671777986 chore(Foundation): add Trace to VS project Aleksandar Fabijanic 2024-10-12 14:58:07 +0200
  • 0b097b05a1 fix(ODBC): Failed to insert Poco::Nullable< Poco::Data::Date> data into MSSQL using ODBC #2808 Aleksandar Fabijanic 2024-10-12 14:55:38 +0200
  • 4a976c5032 chore(DataTest): fix VS90 project Aleksandar Fabijanic 2024-10-12 14:53:06 +0200
  • cc65bd279f chore(Data/testsuite): regenerate VS projects Aleksandar Fabijanic 2024-10-12 14:51:48 +0200
  • 187bcfbaf9 chore(DataTest): regenerate VS projects Aleksandar Fabijanic 2024-10-12 14:50:32 +0200
  • cb825a7130 chore(Data): regenerate VS projects Aleksandar Fabijanic 2024-10-12 14:49:04 +0200
  • 9addcb7148 chore(CppUnit): disable MSVC secure warning Aleksandar Fabijanic 2024-10-12 14:47:18 +0200
  • aa0faed54f
    test: move fuzzing tests from google/oss-fuzz repository (#4719) tyler92 2024-10-10 14:30:10 +0300
  • c038b52f36 chore(Poco): Resolve a lot of warnings, reported by g++ 13. Matej Kenda 2024-10-10 09:11:15 +0200
  • 88c4958032
    Serializable Isolation level for SQLite Databases (#4693) Aleksandar Fabijanic 2024-10-10 03:41:02 -0500
  • eaabd3ff8d
    Stack trace (#4691) Aleksandar Fabijanic 2024-10-10 03:36:13 -0500
  • df1df159b0
    Merge branch 'main' into stack-trace Aleksandar Fabijanic 2024-10-09 15:23:56 -0500
  • a1efeaa72d
    GitHub runner ubuntu 24.04 and resolve some issues (#4727) Matej Kenda 2024-10-09 21:53:49 +0200
  • b0ea609c93
    Merge branch 'main' into stack-trace Aleksandar Fabijanic 2024-10-09 13:21:09 -0500
  • 92f67d34e2 fix(Data): fixed warnings about missing copy ctors in Data::Time and Data::Date. Matej Kenda 2024-10-09 13:29:23 +0200
  • 4152855211 Add minor updates for search support Lara Dzivdzanovic 2024-10-09 15:26:59 +0200
  • 3113597942 test(Data): Skip log.sql cleanup if the directory does not exist. Matej Kenda 2024-10-09 13:09:04 +0200
  • 298c8c7638 chore(git): Add Qt Creator's build directory to gitignore. Matej Kenda 2024-10-09 09:44:20 +0200
  • 7fb1c71215 chore(test): Resolve some compiler warnings. Matej Kenda 2024-10-09 09:42:49 +0200
  • d13db21766 fix(test): stack-buffer-overflow in CoreTest.cpp:719. Matej Kenda 2024-10-09 09:42:11 +0200
  • 31599edf87 chore(CMake): Introduce POCO_SANITIZEFLAGS to CMake files similarly to SANITIZEFLAGS in Makefiles. Matej Kenda 2024-10-09 09:38:49 +0200
  • acdca06ad2 chore(CMake): rename DefinePlatformSpecifc.cmake Matej Kenda 2024-10-09 09:37:53 +0200
  • ab5cebfc3a fix(github): Install missing packages on Ubuntu 24.04 Matej Kenda 2024-10-07 19:32:29 +0200
  • 04ca131879 chore(gitlab): use ubuntu-24.04 with a few jobs. Matej Kenda 2024-10-07 17:14:49 +0200
  • 13bbea759f Merge branch 'github-macos-runners-update' Matej Kenda 2024-10-07 17:08:36 +0200
  • 3b79a51722 Explicitly define conditional LOB constructors for const (w)string & Marco Rebhan 2024-10-04 13:15:21 +0200
  • 568f325417 chore(gitlab): macos-12 images are being deprecated, update ci.yml to use newer ones. Matej Kenda 2024-10-07 13:57:33 +0200
  • a3cb7cc4b2 chore: remote unused getNode() declaration Günter Obiltschnig 2024-10-07 13:08:30 +0200
  • 75824cdde1 chore(NamedEvent): Cleanup of Posix NamedEvent and fixes of unit test. Matej Kenda 2024-10-07 10:07:07 +0200
  • ea02a84fab
    Explicitly define conditional LOB constructors for const (w)string & Marco Rebhan 2024-10-04 13:15:21 +0200
  • c5d9666303 enable searchIndex through the command line Lara Dzivdzanovic 2024-10-04 18:31:34 +0200
  • 3c01eec7cf fix(Exception): static assert to make sure that _HAS_EXCEPTIONS is set (#4668). Matej Kenda 2024-10-04 10:28:44 +0200
  • b5803d07b3 fix(Data::ODBC): use only connection timeout in ODBC session implementation (#4366) Matej Kenda 2024-10-04 11:28:12 +0200
  • d07831a35d fix(Exception): static assert to make sure that _HAS_EXCEPTIONS is set (#4668). Matej Kenda 2024-10-04 10:28:44 +0200
  • aab4058bae
    Hide zlib and expat libs from the user of Poco libraries (replaces #4579) (#4724) Matej Kenda 2024-10-04 09:50:39 +0200
  • c8f403d688
    Merge branch 'main' into file-lock Alexander B 2024-10-03 19:31:08 +0300
  • de1563c9ad fix comments Alexander B 2024-10-03 18:15:45 +0300
  • 2e2a85afff chore(Foundation): Compression level constants Matej Kenda 2024-10-03 14:31:13 +0200
  • 88308c22a6 xml: Hide expat and ParserEngine from user Kari Argillander 2023-12-18 06:03:25 +0200
  • b6148a2125 foundation: Hide zlib from user Kari Argillander 2023-12-18 03:20:50 +0200
  • 9c31aa6512 enh(Mutex): Error code for pthread_mutex_lock failure #4712 4707-json-stringify-unicode Alex Fabijanic 2024-10-03 14:10:55 +0200
  • 7287f684bf foundation: Remove unused ucp.h Kari Argillander 2023-12-17 22:05:45 +0200
  • 92ec50bcaa Temporary: trying to solve for non-Linux semaphores. Matej Kenda 2023-12-22 09:32:32 +0100
  • 2559d0895c fix(NamedEvent): Release semaphore ID in dtor when created with semget (#2971) Matej Kenda 2023-12-18 09:51:21 +0100
  • 97e1a8370c fix(Data::ODBC): use connection and login timeouts in ODBC session implementation (#4366) Matej Kenda 2024-10-03 13:19:43 +0200
  • ecbb334224 chore(JSON): add stringify unicode tests #4707 Alex Fabijanic 2024-10-03 12:07:08 +0200
  • af3b3b1902
    Poco::DateTime uses assertions for validation #1540 (#4640) Aleksandar Fabijanic 2024-10-03 03:58:13 -0500
  • 64c751f3a3
    Add missing relational operators to VarIterator (#4714) vfjpl 2024-10-03 10:52:45 +0200
  • f3975eba96
    pcre2: Version 10.44 (#4478) (#4678) Matej Kenda 2024-10-03 10:49:27 +0200
  • d75d0dfa8e
    Merge branch 'main' into stack-trace Aleksandar Fabijanic 2024-10-03 03:42:55 -0500
  • 61f4f93889
    we should waitresult of select before rollback (#4718) Alexander B 2024-10-03 11:41:08 +0300
  • 08fb912680 test: move fuzzing tests from google/oss-fuzz repository Mikhail Khachayants 2024-09-30 22:52:02 +0300
  • c2c2ad0762 we should waitresult of select before rollback Alexander B 2024-09-30 13:44:45 +0300
  • 04fe04e3a4 chore: add test case for replaceInPlace() Günter Obiltschnig 2024-09-28 12:05:08 +0200
  • 0300b42dbc enh: respect POCO_NO_WSTRING in String.h Günter Obiltschnig 2024-09-28 11:51:04 +0200
  • a5d6034ab9 fix: replaceInPlace() std::wstring #4713 Günter Obiltschnig 2024-09-28 11:38:35 +0200
  • a525065ebc
    Merge pull request #4717 from pocoproject/feat/json-logging Günter Obiltschnig 2024-09-27 23:34:54 +0200
  • 32bf4e6368 chore: update VS project files for JSONFormatter Günter Obiltschnig 2024-09-27 21:12:32 +0200
  • 91b9ae8f29 feat(Foundation): added JSONFormatter, supporting JSON-formatted logging Günter Obiltschnig 2024-09-27 20:58:05 +0200
  • d911539cd3
    Merge pull request #4715 from pocoproject/4710-utf8proc Günter Obiltschnig 2024-09-27 16:13:05 +0200
  • 0880eed7b6 chore: ci: install utf8proc 4710-utf8proc Günter Obiltschnig 2024-09-27 14:58:04 +0200