-
Hello,
I just discovered this library and it seems to correspond to what I want for use in my project, however I am currently using the newtype pattern which I wonder if it can be used with this li…
-
In my project I have noticed that when writing date fields the second fractions are written as a string that ends in `.000321` for Android 4.x devices. This is when writing a `java.util.Date` field, s…
-
I can have a field for setting the creation date:
```rust
#[ormlite(default_value = "chrono::Utc::now()")]
pub updated_at: Option,
```
but how can I have a field that is auto set every time t…
-
Interesuje mnie głównie czy obecny framework lub jego podprojekty są w stanie obsłużyć połączenie z bazą **MySQL** lub **Oracle**?
Alternatywnie, czy można do tego wykorzystać bazę noSQL np. **Mongo*…
-
I built this from source with the following patch to pom.xml, because I figured all the artifacts should be available on mvncentral :
```
diff --git a/pom.xml b/pom.xml
index b762225..873eff9 100644
…
dalb8 updated
7 years ago
-
Please see error on PasteBin (**must** be read from the bottom up).
-
I have the following code:
```java
public Operation getLocalOperation(int mostRecentOperation, int skip) {
try {
Operation operation = databaseHelper.getOperationDao().qu…
-
Hello,
I noticed a unique key on mxid in table hashes. That way only one 3pid can be assigned to a single mxid.
I have replaced that index with
`CREATE UNIQUE INDEX index_hashes_unique_1 ON hash…
-
I am really loving the library. I am using this to generate ORM for [ServiceStack.OrmLite](https://github.com/ServiceStack/ServiceStack.OrmLite) and would like to add a string enumeration for Indexes …
-
When I setup the server to run from IntelliJ I get the following error:
```
INFO 2022-01-22 10:00:08,902 Starting MAGE server version 1.4.50-V2 (build: runtime) =…