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

Made queries use no-copy version of indexed find_all() + Fixed leak in query_engine #91

Merged
merged 18 commits into from
May 8, 2013

Conversation

rrrlasse
Copy link
Contributor

@rrrlasse rrrlasse commented May 8, 2013

  • Made queries use no-copy version of indexed find_all()
  • Fixed leak in query_engine

Alexander Stigsen and others added 17 commits April 5, 2013 16:20
…htdb

Conflicts:
	src/tightdb/array.cpp
	src/tightdb/array.hpp
	src/tightdb/column_string.cpp
	src/tightdb/column_string.hpp
	src/tightdb/column_string_enum.hpp
	src/tightdb/index_string.cpp
	src/tightdb/index_string.hpp
	src/tightdb/query_engine.hpp
	test/TestQuery.cpp
…y row.

Only int, float and double supported for now,
Operators: equal, not_equal, less, greater, less_equal, greater_equal
delete[] m_value.data();
m_long ? delete(static_cast<ArrayStringLong*>(m_leaf)) : delete(static_cast<ArrayString*>(m_leaf));
m_index.Destroy();
}

void Deallocate()
Copy link
Contributor

Choose a reason for hiding this comment

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

In the end all function (except constructors and destructors) should have underscore separated lower case names. How about not increasing the burden?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@kspangsege
Copy link
Contributor

Done reviewing!

rrrlasse added a commit that referenced this pull request May 8, 2013
Made queries use no-copy version of indexed find_all() + Fixed leak in query_engine
@rrrlasse rrrlasse merged commit 06a3d30 into realm:master May 8, 2013
@rrrlasse rrrlasse deleted the query branch May 8, 2013 14:55
tgoyne pushed a commit that referenced this pull request Jul 11, 2018
Performance improvements to column key->ndx mapping
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants