Pekka Enberg
fa6a9ed214
Merge 'bindings/java: Fix naming rules' from Kim Seon Woo
...
## Purpose of this PR
- Set rules for java naming, maybe we can add tests to automatically
test rules in the future
- For java methods, don't use underbar(IMO using camelcase for java
methods seems to be the common convention)
- If method names collide, append 0 at the back
## Reference
https://github.com/tursodatabase/limbo/issues/615
Closes #645
2025-01-13 18:39:24 +02:00
김선우
84c987d42b
Fix naming rules
...
- No underscore for java
- When method names are the same, append 0 at the back
2025-01-10 19:23:38 +09:00
김선우
071d9513ab
Add CI for java testing
2025-01-10 19:13:52 +09:00
김선우
90258a44b4
Add throwJavaException
2025-01-10 17:47:27 +09:00
김선우
3e26e7ebc5
Remove newSQLException and add throwLimboException in the LimboDB.java
2025-01-10 14:58:35 +09:00
김선우
b3762b3e92
Fix clippy
2025-01-08 23:01:24 +09:00
김선우
9e0e3dc81a
Update rust side logic to open database
2025-01-08 22:51:33 +09:00
김선우
29e434754b
Enhance LimboDB.java open logic
2025-01-08 22:50:48 +09:00
김선우
281ba8d552
Remove unused java files
2025-01-08 19:41:31 +09:00
김선우
038ea16d75
Add TODO comments for deprecation.
2025-01-05 20:26:21 +09:00
김선우
8e110da9c9
Add wrapper classes around native methods that Limbo will provide
2025-01-05 20:21:35 +09:00
김선우
370e1ca5c2
Add support Java bindings
...
This add support for Java bindings in the bindings/java directory.
2025-01-05 10:28:05 +02:00