Skip to content

Commit

Permalink
cap-js/sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Feb 2, 2024
1 parent 8b75189 commit a6169b8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Version 1.12.3 - 2024-02-01
## Version 1.12.3 - 2024-02-05

### Fixed

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"@cap-js/sqlite": "^1.4.0",
"@cap-js/sqlite": "^1.5.0",
"@cap-js-community/odata-v2-adapter": "./",
"@sap/cds": "^7.6.1",
"@sap/cds-dk": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test/_env/srv/main.cds
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ entity HeaderUrlStream: cuid {
}

entity HeaderBinary: cuid {
@Core.MediaType
// @Core.MediaType Is intentionally left out, for negative testing
data: LargeBinary;
name: String;
}
Expand Down

0 comments on commit a6169b8

Please sign in to comment.