-
Notifications
You must be signed in to change notification settings - Fork 102
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: SAP/node-hdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SAP/node-hdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 30 files changed
- 3 contributors
Commits on Jan 16, 2025
-
Fixed 2 integration tests (#248)
* Fixed 2 integration tests - Fixed SQL input which is not available in HANA cloud in the createReadNumbersProc testing setup function. - Also modified 'direct execute of ProcView with parameters' test to match the new change above for HANA cloud. - When not running on HANA cloud, the behavior is the same as before. * Fixed HANA cloud version check - Updated tests to consider versions starting with "4." as HANA cloud rather than "4.5"
Configuration menu - View commit details
-
Copy full SHA for f35c471 - Browse repository at this point
Copy the full SHA f35c471View commit details -
Support for data format version 4 datetime and alphanum types
Add support for ALPHANUM, LONGDATE, SECONDDATE, DAYDATE, and SECONDTIME data types.
Configuration menu - View commit details
-
Copy full SHA for ffbfdd5 - Browse repository at this point
Copy the full SHA ffbfdd5View commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5cb6570 - Browse repository at this point
Copy the full SHA 5cb6570View commit details -
Merge pull request #252 from jeffalbion/serverversion
Add fullVersionString and cloudVersionString to connectOptions
Configuration menu - View commit details
-
Copy full SHA for cd8a6a9 - Browse repository at this point
Copy the full SHA cd8a6a9View commit details
Commits on Jan 21, 2025
-
Added integration tests for data format version 4 types (#250)
- Added integration tests for DAYDATE, SECONDDATE, LONGDATE, SECONDTIME, ALPHANUM, TEXT, and SHORTTEXT which only run when there is a valid remote DB - Added Gregorian calendar tests to the new date type integration tests - Updated the test remote db to obtain the HANA build version using the connect options reply instead of querying the db
Configuration menu - View commit details
-
Copy full SHA for 71a7bfd - Browse repository at this point
Copy the full SHA 71a7bfdView commit details -
Updated dataFormatVersion option to dataFormatSupport (#253)
- Changed the name of the client config option dataFormatVersion to dataFormatSupport to match hana-client driver - Restricted dataFormatSupport versions to only those supported by the driver (1 - 4 for now). If versions that are not supported are entered in the config, an error will be sent. - Added unit tests to test the dataFormatSupport restrictions
Configuration menu - View commit details
-
Copy full SHA for 3ff9c3e - Browse repository at this point
Copy the full SHA 3ff9c3eView commit details
Commits on Jan 28, 2025
-
Added support for ST_GEOMETRY and ST_POINT (#255)
- Added support for ST_GEOMETRY and ST_POINT by treating them as binary types - ST_GEOMETRY and ST_POINT can only be sent as buffers - Updated integration tests to only run data type tests when the required data format is met - Added integration tests for ST_GEOMETRY and ST_POINT
Configuration menu - View commit details
-
Copy full SHA for 58eec9d - Browse repository at this point
Copy the full SHA 58eec9dView commit details
Commits on Jan 30, 2025
-
Added spatialTypes connect option (#256)
- Added spatialTypes option to allow strings to be sent for spatial types - With spatialTypes=0 (default), strings inputted for ST_GEOMETRY and ST_POINT are interpreted as hex - With spatialTypes=1, strings inputted for ST_GEOMETRY and ST_POINT can be encoded in utf8 or cesu8 - Buffers can be sent in any of these options and will be interpreted as binary - Added integration tests to check inserting and fetching large ST_GEOMETRY data - Added some integration tests to check the spatialTypes=1 behaviour
Configuration menu - View commit details
-
Copy full SHA for 6f38a47 - Browse repository at this point
Copy the full SHA 6f38a47View commit details
There are no files selected for viewing