Andreas Biørn-Hansen

Results 11 comments of Andreas Biørn-Hansen

Probably a duplicate of #857?

Try the following? ``` compile ('com.github.jkcclemens:khttp:0.1.0') { exclude group: 'org.json', module: 'json' } ```

> Hey @venomouse , @osevenlan > > I’m sure about that. We too have been waiting for this feature eagerly. Our internal team in already looking into it. We’ll be...

The README clearly states that the library won't receive any further updates.

Is this what you want? https://developers.facebook.com/docs/messenger-platform/plugin-reference#send_to_messenger Hard to understand what you want to achieve.

Also interested in this feature. Any updates to share? :)

Has the preview phase month uncovered any issues potentially causing delay merging this feature? Very stoked about MSSQL support in Drizzle!

@Angelelz What are your thoughts on ["Insert returning"](https://orm.drizzle.team/docs/insert#insert-returning) and ["Update with returning"](https://orm.drizzle.team/docs/update#update-with-returning), allowing for `{INSERT_OR_UPDATE_STATEMENT}.returning({ insertedId: Todo.id });` similar to the Postgres/SQLite drivers? Using the [`OUTPUT` clause](https://learn.microsoft.com/en-us/sql/t-sql/queries/output-clause-transact-sql?view=sql-server-ver16) would return any...

> Looks like this isn't going to get merged any time soon so will have to go with an alternative solution. Unfortunate. The issue is listed as in-progress: https://github.com/orgs/drizzle-team/projects/1?pane=issue&itemId=47747581

Latest update afaik, found on Discord ([permalink](https://discord.com/channels/1043890932593987624/1255835097156812891/1255839467521048659)): > **Andrew Sherman (06/27/2024 12:57 PM):** will be done after RLS support, which will be done after generated columns(which I'm pushing to preview...