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

aggregate functions (average , min , max) #712

Open
wants to merge 179 commits into
base: feature/updateInTx
Choose a base branch
from

Conversation

RahulRavindren
Copy link

No description provided.

mitchyboy9 and others added 30 commits July 27, 2015 18:35
…rName can also throw LinkageError and ExceptionInInitializerError.

If we silently ignore a ClassNotFoundException,  I don't see why we wouldn't ignore the others.
A NoClassDefFoundError coming out of this method was causing my application to crash, but it was actually fine that the class couldn't be loaded.
add update based on unique values and improve readme
…ert_update

save record when update fails
…ator

refactor SchemaGenerator and adding some tests
…gColumn

warn developer to upgrade database on missing colName
SiebelsTim and others added 27 commits May 16, 2016 18:26
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
NullPointerException when try to add null foreign record fix
@mention-bot
Copy link

@RahulRavindren, thanks for your PR! By analyzing the history of the files in this pull request, we identified @whoshuu, @pguedes and @fhur 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.