lp:~posulliv/drizzle/bug337038-dec-trunc-should-error

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp:~posulliv/drizzle/bug337038-dec-trunc-should-error
Only Padraig O'Sullivan can upload to this branch. If you are Padraig O'Sullivan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Padraig O'Sullivan
Project:
Drizzle
Status:
Merged

Recent revisions

975. By Padraig O'Sullivan

Added extra comments to parts of test cases that were modified for this bug
fix based on Jay's review comments. Also split multi-value INSERT statements
into single INSERT statements.

974. By Padraig O'Sullivan

Updating 1 more test result based on my fix.

973. By Padraig O'Sullivan

Fixed up 1 more test case based on the modifications I have made.

972. By Padraig O'Sullivan

Decided that we when we have an integer divided by an integer that returns a
truncated decimal result which will be stored in a temporary table, we will
error and store a default value in the temporary table when this occurs. The
other option was to have the query fail which would have required modifying
a lot of other things. I think this is a fair compromise as it is unlikely
someone is going to do something like divide (int) 1 / (int) 3 and expect to
get an accurate result. Most people would expect zero when dividing integers
like that.

971. By Padraig O'Sullivan

Fix for bug337038. Now we error on data truncation with decimal values but
the warning is still present so that a user can issue 'show warnings' and
still see the truncation warning.

970. By Brian Aker

Merge Monty.

969. By Brian Aker

Merge of Eric's libdrizzle work.

968. By Brian Aker

Merge from Brian

967. By Brian Aker

Merge Brian

966. By Brian Aker

Merge Stewart.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
Stacked on:
lp:~drizzle-trunk/drizzle/development
This branch contains Public information 
Everyone can see this information.