-
Notifications
You must be signed in to change notification settings - Fork 168
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
File format conversion tool #76
Conversation
Is it possible to use this as a library? |
Are you asking whether we can offer the conversion tool as a library, such We cetainly can do that. We could also include this functionality as part of the core library, but The amount of code is currently of no concern, but it will probably grow... On Fri, Mar 15, 2013 at 5:35 PM, astigsen [email protected] wrote:
|
Conflicts: src/tightdb/column.hpp
Conflicts: src/tightdb/binary_data.hpp src/tightdb/column_mixed_tpl.hpp src/tightdb/group.hpp src/tightdb/table.hpp
Conflicts: src/tightdb/alloc_slab.cpp src/tightdb/alloc_slab.hpp
Test FAILed. |
Test FAILed. |
Test FAILed. |
retest this please! |
Test PASSed. |
Something weird happened in It failed, but that was because it was compiling the wrong version of the code. That is unexpected, because it is clearly linked to Is this an error, or a race condition? |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Note: This is a work in progress.
New tool to upgrade any TightDB database to the latest file format version.
/cc @astigsen @bmunkholm @finnschiermer