Niwaka

Results 82 comments of Niwaka

@chinedufn https://github.com/chinedufn/swift-bridge/pull/209#issuecomment-2290199332 May I take over this PR if no one addresses this by next week?

@chinedufn, thank you for your polite response. >So, we might be able to start with just letting you annotate your bridge modules: Sounds good to me ! >If that user...

>Just in case you didn't know, you can use camel case in Swift today using the swift_name attribute: I didn't know this. Thanks! However, there should be the only one...

@SampsonEzieme Are you still working on this issue? If not, I'd like to work on this issue. By the way, > I gave your suggestion a go, but I'm still...

Is this issue blocked until any issues are resolved? If not, I'd like to work on this issue.

Next I'll implement `DropDatabaseProcedure`. What do you think about this?

I have a question about the design of the `lock_key` return value in the `DropDatabaseProcedure`. Since the `DropDatabaseProcedure` deletes all tables on a schema, it needs to block all operations...

Sorry. I'll address your review this weekend if possible.

@killme2008 @waynexia I've created a rough implementation of the `WITHIN` filter: My idea is 1. Parse `WITHIN` filters, and treats it as functions in the parser phase(https://github.com/NiwakaDev/sqlparser-rs/commit/b3584823b236db3c244b70945008f0aae65c5e39). 2. Convert `WITHIN`...