-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull #561
pull #561
Conversation
try executeMigrations exception
fix duplicate column name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like spam.
@@ -213,7 +213,7 @@ private void executeSqlScript(SQLiteDatabase db, String file) { | |||
|
|||
} | |||
|
|||
} catch (IOException e) { | |||
} catch (Exception e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
I wanted to solve this err duplicate column name
, you can see issues #542
```groovy | ||
dependencies { compile 'com.github.aikongmeng:ActiveAndroid:3.1'} | ||
``` | ||
fix 跨版本更新sql修改表字段时,提示重复添加字段。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't understand this.
``` | ||
Add the dependency | ||
```groovy | ||
dependencies { compile 'com.github.aikongmeng:ActiveAndroid:3.1'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a wrong dependency! Revert back to com.michaelpardo:activeandroid
```groovy | ||
allprojects { | ||
repositories { | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...
is a syntax error in Groovy.
|
||
compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' | ||
```groovy | ||
allprojects { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why allprojects
? What if somebody wants to configure this for a specific module? or subprojects?
@@ -1,5 +1,6 @@ | |||
[![Build Status](https://travis-ci.org/pardom/ActiveAndroid.png?branch=master)](https://travis-ci.org/pardom/ActiveAndroid) [![Stories in Ready](https://badge.waffle.io/pardom/ActiveAndroid.png)](http://waffle.io/pardom/ActiveAndroid) | |||
# ActiveAndroid | |||
# ActiveAndroid [![](https://jitpack.io/v/aikongmeng/ActiveAndroid.svg)](https://jitpack.io/#aikongmeng/ActiveAndroid) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why aikonmeng
? this repository belongs to @pardom-zz...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why
aikonmeng
? this repository belongs to @pardom-zz...
I thought the author was not maintaining the project。
Replace this with aikongmeng , just for myself use.
Sorry,I wanted to Pull ,Push was Error operation.
No description provided.