kiran01bm

Results 3 issues of kiran01bm

minor change - To remove $ from ReadMe to allow brew cmd copy-paste..

Example below: ``` ζ ./spirit --host="127.0.0.1:8033" --username="tsandbox" --password="msandbox" \ --database="test_spirit" \ --statement="ALTER TABLE json_table ADD COLUMN price DECIMAL(10,2) GENERATED ALWAYS AS (JSON_EXTRACT(metadata, '$.price')), ADD INDEX idx_price_category ((JSON_EXTRACT(metadata, '$.category'), JSON_EXTRACT(metadata, '$.price')))"...

enhancement

## What and Why ? Allow legitimate same-table sequential operations esp when some of those hit TiDB parser limitations. To address - https://github.com/block/spirit/issues/487. ## Before ``` ζ ./spirit --host="127.0.0.1:8033" --username="tsandbox"...