Commit Graph

92 Commits

Author SHA1 Message Date
Leonid Stryzhevskyi
27031dfeb4
Merge pull request #29 from bwengert79/contribute
Issue #24 - insert DTO type ENUM as string
2024-10-09 18:21:38 +03:00
bwengert79
cb2cb298ee Revert "Revert cmake min back to 3.1 to resolve CI issue"
This reverts commit 633c246544.
2024-10-09 05:43:48 -04:00
Brian Wengert
633c246544
Revert cmake min back to 3.1 to resolve CI issue 2024-10-09 05:20:51 -04:00
bwengert79
36de2e4843 Update azure-pipelines.yml
Version two of the Docker Compose is invoked via docker compose
Removed hyphen from docker-compose
2024-10-04 08:20:26 -04:00
bwengert79
30a195e407 Merge branch 'issue24' into develop
issue #24 - insert DTO type ENUM as string
Include test case EnumAsStringTest
2024-10-01 17:12:38 -04:00
bwengert79
d486700090 run test EnumAsStringTest 2024-10-01 17:11:31 -04:00
bwengert79
cbcffb0a0a Merge branch 'oatpp140' into develop
Update to oatpp 1.4.0
2024-10-01 16:49:45 -04:00
bwengert79
3d4f842ae7 issue #24 - insert DTO type ENUM as string 2024-10-01 16:37:56 -04:00
bwengert79
812572b559 removed comment regarding oatpp140 2024-10-01 15:23:39 -04:00
bwengert79
870183475e update to oatpp140 2024-09-28 16:41:13 -04:00
Leonid Stryzhevskyi
c175890398
Merge pull request #20 from DmitriiBurnaev/Add-support-for-char-type
Add support for char type
2022-07-20 03:37:23 +03:00
Dmitrii Burnaev
fc5d30c99f Add support for char type 2022-07-18 16:10:15 +03:00
Leonid Stryzhevskyi
e131a87610
Merge pull request #17 from oatpp/fix_result_mapper
ResultMapper: Fix readOneRowAsMap() method (#16)
2022-01-20 02:57:51 +02:00
lganzzzo
f2842b2ad8 ResultMapper: Fix readOneRowAsMap() method (#16) 2022-01-20 02:53:17 +02:00
Leonid Stryzhevskyi
d976ba6950
Merge pull request #15 from toge/add-bigobj-flag
add bigobj flag to solve fatal error in Visual Studio
2021-12-28 03:01:05 +02:00
toge
f7def806d4 add bigobj flag 2021-12-27 12:14:49 +09:00
lganzzzo
447a8debd5 update to the latest oatpp API. 2021-11-16 03:54:46 +02:00
lganzzzo
3bc13cb187 update Serializer to the latest oatpp API 2021-11-08 03:35:02 +02:00
lganzzzo
52beff8bdb Update to the latest oatpp API 2021-11-08 03:01:05 +02:00
lganzzzo
005a611b69 update to the latest oatpp API 2021-11-05 03:23:25 +02:00
lganzzzo
725551950e Fix connection invalidator. 2021-10-25 02:33:58 +03:00
lganzzzo
3071ed18bc update to the latest oatpp API version. 2021-10-24 01:50:01 +03:00
Leonid Stryzhevskyi
50f5e06ed7
Merge pull request #12 from acidtonic/master
Update IntTest.cpp
2021-10-07 20:33:11 +03:00
Zach
d8a3806281
Update IntTest.cpp
Fixed parens for disabling macro expansion on min/max for windows platforms.
2021-10-07 10:58:32 -04:00
Leonid Stryzhevskyi
63cbd0c8fe
Merge pull request #8 from autoantwort/fix-windows-build
fix windows build
2021-05-11 01:43:23 +03:00
Leander Schulten
5327fed57a fix windows build 2021-05-10 21:46:03 +02:00
Leonid Stryzhevskyi
f3009b838b
Merge pull request #7 from dsmyth/update-copyright
Update copyright in file headers
2021-02-14 23:05:33 +02:00
Don Smyth
4c461222b6 Update copyright in file headers 2021-02-14 12:59:45 -08:00
Leonid Stryzhevskyi
de45c16625
Merge pull request #6 from oatpp/arrays
Arrays
2021-02-10 03:52:22 +02:00
lganzzzo
b109c462a7 Tests: Wait for DB to start. 2021-02-10 03:40:59 +02:00
lganzzzo
ca3c241fe9 Update Readme. Uncommend all tests. 2021-02-10 03:12:33 +02:00
lganzzzo
e5c8d1ab4a Tests. Arrays. Multidimensional arrays test. 2021-02-10 03:04:50 +02:00
lganzzzo
11c65468bd Tests: ArrayTest, tests for 1D collections. 2021-02-10 02:41:34 +02:00
lganzzzo
9e308a628c Ser/De. Arrays. Better Ser/De. 2021-02-10 02:12:44 +02:00
lganzzzo
28af5a276e Ser/De: Arrays. Refactor method names. 2021-02-10 01:29:21 +02:00
lganzzzo
d1bcba1380 Ser/De: Arrays POC. 2021-02-10 01:19:03 +02:00
Don Smyth
c5f81d5e64
Merge pull request #2 from lganzzzo/AddFloatArrays
Add float arrays
2021-01-06 16:43:52 -08:00
Don Smyth
2b1b20401f Postgres array indicies start at 1, not 0 2021-01-06 14:30:52 -08:00
lganzzzo
f71a962067 Merge branch 'AddFloatArrays' of github.com:dsmyth/oatpp-postgresql into AddFloatArrays 2021-01-05 04:32:27 +02:00
lganzzzo
4591a5e083 Deserializer: Multidimensional Arrays. 2021-01-05 04:32:10 +02:00
Don Smyth
9a5126010a Clean up float8 serializer 2021-01-04 16:28:19 -08:00
Don Smyth
9916f6678b Minor cleanup of PgArray 2021-01-04 11:25:43 -08:00
Don Smyth
5301580346 Remove obsolete DeserializeArray, move arpa/inet.h include to
Deserializer.hpp
2021-01-04 10:36:51 -08:00
Don Smyth
54bf0a958c
Merge pull request #1 from lganzzzo/AddFloatArrays
mapping::Serializer: 1D - Array Deserialization - General case.
2021-01-04 10:29:55 -08:00
lganzzzo
0b8ca99610 mapping::Serializer: 1D - Array Deserialization - General case. 2021-01-04 02:02:30 +02:00
Don Smyth
6b9b6a2c08 First cut at implementing float8array serializer 2021-01-01 18:45:44 -08:00
Don Smyth
78387ad66d Start working on array serialization 2021-01-01 17:38:13 -08:00
Don Smyth
7b3d20f661 First cut at decoding double 1d arrays 2021-01-01 14:13:26 -08:00
Don Smyth
b622bdc97c Phase 0 of adding array support 2021-01-01 11:24:06 -08:00
Leonid Stryzhevskyi
723bf2dd7d
Update README.md 2020-12-30 04:00:20 +02:00