Aleksandar Fabijanic
be52ced34a
fix(SQLParser): static linking error on windows
2023-11-10 02:15:34 +01:00
Pavle
56f6caf8cf
fix(Data): Automatically link Data lib WIN
2023-11-09 17:02:35 +01:00
Nino Belusic
7446252dca
feat: add running progen for tests and samples #4248
2023-11-09 09:10:34 +01:00
Nino Belusic
4416fc3c75
fix: fix default arg values #4248
2023-11-08 15:35:11 +01:00
Nino Belusic
856782f1b8
feat: dynamically choose progen.exe location #4248
2023-11-08 15:34:35 +01:00
Nino Belusic
02861debee
feat: add progen ps script #4248
2023-11-08 15:12:16 +01:00
Nino Belušić
83d50284e0
4249 separate ci odbc tests into separate job ( #4251 )
...
* feat(CI): separate odbc tests into separate job #4249
* fix(CI): fix ODBC test server address #4249
* fix(CI): disable MySQL ODBC tests #4249
* chore(ci): remove unneeded sql server and oracle jobs #4249
* fix(CI): disable Oracle ODBC tests #4249
* fix(CI): disable Postgres ODBC tests #4249
* Update ci.yml (add newline)
---------
Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com>
2023-11-07 20:58:41 +01:00
Pavle
1d6421045a
fix(build): bad value #4230
2023-11-07 17:38:48 +01:00
Pavle
1c60325242
chore(build): add missing platform to buildwin #4230
2023-11-07 16:37:49 +01:00
Aleksandar Fabijanic
264eead095
fix(Net): failing testPollNoServer test on windows
2023-11-06 17:08:29 +01:00
Aleksandar Fabijanic
442be3fe57
fix(ProGen): regen CppUnit and Net VS projects
2023-11-06 17:07:32 +01:00
Aleksandar Fabijanic
fb1fb41466
fix(ProGen): unify output name (eliminate discrepancies)
2023-11-06 17:05:44 +01:00
Aleksandar Fabijanic
5301671175
fix(buildwin.ps1): make install path global
2023-11-06 14:15:38 +01:00
Aleksandar Fabijanic
90f64af087
fix(build): update buildwin.ps1 script for ARM64; regenerate Data dependent VS2022 projects
2023-11-06 12:32:17 +01:00
Aleksandar Fabijanic
6317398162
fix(buildwin): add ARM64 and fix formatting and code style
2023-11-06 11:01:18 +01:00
Aleksandar Fabijanic
05645bff15
fix(cmake): add missing Data define
2023-11-06 11:00:07 +01:00
Aleksandar Fabijanic
78234857bf
feat(ProGen): default to c++17
2023-11-05 23:40:47 +01:00
Aleksandar Fabijanic
324424b7a7
fix(build): align Foundation and CppUnit #4207
2023-11-05 22:19:25 +01:00
Aleksandar Fabijanic
2f6dc18c0b
enh(ProGen): consolidate/unify pdb names (not consistent) #4207
2023-11-05 22:11:36 +01:00
Alex Fabijanic
b4144dea46
fix(build): Makefile dependency
2023-11-04 23:50:21 +01:00
Alex Fabijanic
8adef65e52
fix(build): CppUnit depends on Foundation, swap build order
2023-11-04 23:18:15 +01:00
Alex Fabijanic
81d7307fa7
fix(Data):
...
adjust make and CMake for SQLParser and DataTest lib
separate samples from tests in CMake
remove unused StatementImpl from Data testsuite
2023-11-04 23:11:38 +01:00
Friedrich Wilckens
8baa2f9c34
Implement MySQL::SessionHandle::startTransaction as submitting the SQL statement 'BEGIN'
2023-11-03 20:15:12 -07:00
Friedrich Wilckens
8740816c78
PostgreSQL SessionHandle: const fixes.
2023-11-03 19:48:52 -07:00
Alex Fabijanic
a7a6f869c1
feat: C++17 #4235
2023-11-03 14:53:15 +01:00
Nino Belušić
90dd3821ed
CI improvements ( #4236 )
...
* feat(ci): run pull request runs only on pull request open #4205
* feat(ci): add retry action for tsan #4205
* feat(ci): use local action for retrying tsan #4205
* fix(ci): use correct version of retry action #4205
* fix: make POSIX event thread safe
* feat(ci): add info on retry action to ci.yml header #4205
* feat(ci): add linux mysql test #4205
* feat(ci): remove unused mysql containers from tests#4205
* feat(ci): add linux postgre test #4205
* feat(ci): add linux redis test #4205
* feat(ci): add linux mongodb tests #4205
* feat(ci): add mysql odbc test #4205
* chore(ci): rename tests #4205
* chore(ci): pin postgres and mysql versions #4205
* feat(ci): add odbc postgres tests #4205
* chore(ci): mysql odbc comment #4205
* chore(ci): disable windows 2019 job #4205
* feat(ci): add linux oracle tests #4205
* chore(ci): disable oracle tests #4205
* feat(ci): add sql server tests #4205
* chore(ci): disable postgres tests #4205
* chore(ci): add logging for task test #4205
* feat(ci): add local retry action #4205
* feat(ci): ignore process kill failure in action #4205
* feat(ci): send SIGKILL instead of SIGTERM in action #4205
* chore(ci): add updated action #4205
* chore(ci): reduce tsan timeout #4205
* feat(ci): kill process without children #4205
* feat(ci): send SIGTERM to child in action #4205
* feat(ci): prolong tsan timeout #4205
* chore(ci): add missing newlines #4205
* fix(ci): revert sql server test FreeTDS version #4205
* feat(ci): add retry to all jobs #4205
* feat(ci): setup python for codeQL #4205
* chore(ci): disable throwing on codeql error #4205
2023-11-03 14:34:31 +01:00
Friedrich Wilckens
6eec8adfcb
PostgreSQL SessionHandle: don't call startTransaction in setAutoCommit
2023-11-02 19:45:28 -07:00
Aleksandar Fabijanic
5e6bb8e396
fix(ODBC): mac build and run #4230
2023-11-03 00:10:01 +01:00
Alex Fabijanic
73e191f185
chore: add missing header path, revert inadvertent db server address dev change
2023-11-02 22:29:27 +01:00
Alex Fabijanic
596bd0ef23
enh(Data): move SQLExecutor to a library in Poco::Data testsuite #4230
2023-11-02 22:27:17 +01:00
Alex Fabijanic
46728024f7
chore(CppUnit): fix comment
2023-11-02 22:13:23 +01:00
Alex Fabijanic
8b620e7476
enh(poco): std::string literals #4216
2023-11-02 22:12:23 +01:00
Günter Obiltschnig
743da564eb
#4241 : Poco::FileInputStream broken in 1.12.5 and 1.11.8.
2023-11-02 12:10:21 +01:00
Alex Fabijanic
4f0315aeb0
feat(Data::Statement): make statementsCount() Optional 230
2023-11-02 00:28:18 +01:00
Alex Fabijanic
afd9c8c408
feat(Data::Session): add 'sqlParse' feature #4230
2023-11-02 00:04:10 +01:00
Alex Fabijanic
79e54d88ba
chore: fix local test run script
2023-11-01 19:21:20 +01:00
Alex Fabijanic
757fc32199
fix(build): add missing include path
2023-11-01 16:29:49 +01:00
Alex Fabijanic
3d9bcd9553
fix(build): add missing include path
2023-11-01 12:11:16 +01:00
Alex Fabijanic
dd514d599f
fix(build): add missing include path
2023-11-01 11:53:15 +01:00
Aleksandar Fabijanic
b1e7b9ff3b
fix(Data::SQLChannel): remove SQLChannel::close() parameter (hides virtual from parent) #4230
2023-11-01 11:26:29 +01:00
Aleksandar Fabijanic
8de0033591
fix(dev): prevent set environment vars accumulation over multiple runs
2023-11-01 11:23:27 +01:00
Alex Fabijanic
6dad8502d3
fix(Data):
...
* make bool Session::isTransaction() return Poco::Optional
* move parsing to Statement
* SQLParser make build
* other fixes and improvemets #4230
2023-11-01 00:25:46 +01:00
Friedrich Wilckens
512e63915b
PostgreSQL: when connecting, free old bad connection if there is one.
2023-10-30 14:00:15 -07:00
Friedrich Wilckens
9fcc2fd54d
PostgresSQL: make sure session is freed when disconnecting even if its status is not OK.
2023-10-30 13:50:45 -07:00
Friedrich Wilckens
0024f3621b
PostgreSQL failed connection test: cleanup.
2023-10-30 13:28:09 -07:00
Friedrich Wilckens
148affed30
PostgreSQL: added test case for failed connection attempt.
2023-10-30 13:23:18 -07:00
Friedrich Wilckens
c7b6fa17be
Poco::Data::PostGreSQL::SessionHandle: free _pConnection when connection attempt fails.
2023-10-29 13:53:11 -07:00
Aleksandar Fabijanic
e174be8660
feat(SQLParser): add POCO::Data::SQLParser #4230
2023-10-29 15:03:26 +01:00
Aleksandar Fabijanic
8c4b166737
fix(LinearHashTable): fix std::iterator deprecated warnings; test warnings #4235
2023-10-29 14:44:15 +01:00
Günter Obiltschnig
3da8ee633e
Merge pull request #4232 from IVOES/devel
...
Add CodeQL Workflow for Code Security Analysis
2023-10-28 08:18:59 +02:00