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

Suger cipher v2.4 #688

Open
wants to merge 375 commits into
base: sugar-cipher
Choose a base branch
from
Open

Conversation

sbhkin
Copy link

@sbhkin sbhkin commented Oct 27, 2016

Edit the SugarORM v2.4 to work with SQLCipher. It seems that the branch sugar-cipher is too old to merge. Please see if there any alternatives. Thank you.

whoshuu and others added 30 commits March 31, 2015 23:38
Adding Adding first and last helpers for record retrieval. Respectively, the first method gets the first record and the last method gets the last record.
Adding tests for Helper methods first and last
Record indexes start at 1, not 0
TestCases for first/last helper are passing.

Signed-off-by: Chris Desch <cdesch@gmail.com>
Closes chennaione#290

Added test cases for the use case of the table having deleted elements.
Changed the helper methods first() and last() to use findByQuery() instead of index.

Signed-off-by: Chris Desch <cdesch@gmail.com>

Thanks @cdesch for the pull request!
Closes chennaione#293
Closes chennaione#7
Closes chennaione#287

Thanks @neilw4 for the pull request!
Closes chennaione#254
References chennaione#185
References chennaione#215
References chennaione#243

Thanks @jivimberg for the pull request!
Add tests to validate behavior of parameters
Closes chennaione#306

Thanks @Shyish for the pull request!
make getColumnIndex return -1 when invalid column name is passed
jonatan and others added 28 commits April 17, 2016 18:55
this should not change the API, but makes it easier to use.
Especially for cases like wanting to count for one specific value,
resulting in a where with only one or a few args.
Currently we need to create a String array for that, resulting in a
ugly new String[]{"bla"} block.
Now it is possible to directly pass "bla"

count was the motivation for this change, but I changed other signatures
where this was possible as well.
to use ... operator
… on parent SugarRecord classes that are subclassed
The MultiUnique annotation is now inherited
@mention-bot
Copy link

@sbhkin, thanks for your PR! By analyzing the history of the files in this pull request, we identified @pguedes, @gaddas and @breber to be potential reviewers.

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.