JayJamieson

Results 6 issues of JayJamieson

Are there any samples to accessing Exchange online from partner center? What i want to be able to do is get a list of all mailboxes and shared mailboxes for...

# Steps to reproduce > What steps can reproduce the defect? > Please share the setup, sample project, version of Java etc. Use sample project proved here and attempt to...

Exec method appears to not support multi line statement queries, it executes up until first `;` then completes. Minimal code required to reproduce. ```go db, err := sql.Open("libsql", url) if...

I've been looking into the new beta [`/listen` endpoint](https://github.com/tursodatabase/libsql/pull/1388) and wondering how consumers would be using this from Typescript SDK. There is currently no "native" support for SSE on the...

enhancement

### What happens? Loaded mysql extension per documentation, attached and set `mysql_debug_show_queries=true`. Ran the `SHOW ALL TABLES;` query and error occurred. As per below. ``` v1.1.2 f680b7d08f Enter ".help" for...

**Is your feature request related to a problem? Please describe.** Currently only a single database DurableObject instance is support as per the here [code](https://github.com/Brayden/starbasedb/blob/fd3289006eb198cb5879f9c8386bdf0e551b7ece/src/index.ts#L297) and [here](https://github.com/Brayden/starbasedb/blob/fd3289006eb198cb5879f9c8386bdf0e551b7ece/src/index.ts#L14). It's not necessarily a...