Skip to content
Snippets Groups Projects
Commit 5a088d6b authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Konstantin Osipov
Browse files

sql: [gh-2307] Allow bigger row size for Tarantool payloads.

	src/lib/sqlite/src/
	* vdbe.c (sqlite3VdbeExec): Relax assertion by excluding Tarantool's
	backend. Tarantool stores tuples of arbitrary sizes in a single chunk,
	so assert makes no sense for Tarantool backend.

	test/sqlite-tcl/
	* types.result: All test cases pass.
parent db87d159
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment