Skip to content
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

Closed
wants to merge 7 commits into from
Closed

pull #561

wants to merge 7 commits into from

Conversation

aikongmeng
Copy link

No description provided.

Copy link

@naXa777 naXa777 left a 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) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Author

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修改表字段时,提示重复添加字段。
Copy link

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'}
Copy link

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 {
...
Copy link

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 {
Copy link

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)
Copy link

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...

Copy link
Author

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.

@aikongmeng aikongmeng closed this Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants