KalleV

Results 16 issues of KalleV

Hi, I'm trying to use the set up command, and it's failing on the Github step with this warning when I am trying to set it up for a Github...

cli

I'm running into this error when running integration tests using Jest: https://github.com/googleapis/gaxios/issues/87.

By parsing the values to JSON objects, provide backward compatibility for JSON and Array entity properties when using dialects like MySQL, MariaDB, or SQLite. Fixes: #9629 Fixes: #9598 ## Checklist...

sequelize

Support ordering by associations using this Sequelize API: https://sequelize.org/docs/v6/advanced-association-concepts/eager-loading Fixes: #10374 Example: ``` { include: [ { "relation": user } ], order: "user email ASC" } ``` SQL generated by...

### Describe the bug Sequelize provides support for ordering by associations: [ordering-eager-loaded-associations](https://sequelize.org/docs/v6/advanced-association-concepts/eager-loading/#ordering-eager-loaded-associations). However, this functionality is currently prevented by the [loopback order filter conversion](https://github.com/loopbackio/loopback-next/blob/9b5bac5f9ce2e48b6838a26c3b7a83a9cd7d41c3/extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L496-L510) because it assumes the order filter...

bug

### Describe the bug When trying to use the new "required: true" to use an Inner Join instead of a Left Join, it leads to a Typescript error: ``` Type...

bug
sequelize

### Describe the bug If you have existing Loopback model properties set up that are nesting other Loopback models such as this "Address" example: https://github.com/loopbackio/loopback-next/blob/be0c53e30bbe9edf7753c4fcd7ab3199f7cd3b8c/packages/repository-json-schema/src/__tests__/unit/build-schema.unit.ts#L478-L518 it will lead to an...

bug
sequelize

### Describe the bug This section of the code throws an exception if the "where" filter includes an "options" key: https://github.com/loopbackio/loopback-next/blob/96b9a56788937f081e61f1d48dc080c7233d394c/extensions/sequelize/src/sequelize/sequelize.repository.base.ts#L604 Example filter that will throw an exception: ``` where:...

bug
sequelize

### Describe the bug If you try to save or update an entity with an “array” property, it will lead to a mysqld error for invalid data. This is caused...

bug
sequelize

### Describe the bug Repository queries with relations that do not explicitly set all the keyTo / keyFrom / through properties will lead to broken SQL queries that contain duplicated...

bug
sequelize