~drizzle-trunk/drizzle/development

  • Committer: Padraig O'Sullivan
  • Date: 2009-04-01 02:47:27 UTC
  • mto: (971.1.17 mordred)
  • Revision ID: osullivan.padraig@gmail.com-20090401024727-8ci21p9uz1r2p958
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.
Filename Latest Rev Last Changed Committer Comment Size
..
client 1 16 years ago brian clean slate Diff
config 1 16 years ago brian clean slate Diff
drizzled 214 16 years ago Brian Aker Rename of fields (fix issue with string and decima Diff
extra 1 16 years ago brian clean slate Diff
gnulib 815.1.1 15 years ago Monty Taylor Add timegm which is missing on Solaris. Diff
libdrizzleclient 779.3.37 15 years ago Monty Taylor Renmaed libdrizzle in the tree to libdrizzleclient Diff
m4 202.3.14 16 years ago Monty Taylor Moved m4 macros to top-level m4 dir, per GNU stand Diff
mystrings 212.5.4 16 years ago Monty Taylor Renamed strings to mystrings, for include/lib nami Diff
mysys 1 16 years ago brian clean slate Diff
plugin 1 16 years ago brian clean slate Diff
po 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. Diff
storage 1 16 years ago brian clean slate Diff
support-files 1 16 years ago brian clean slate Diff
tests 77.1.47 16 years ago Monty Taylor Moved test to tests... Diff
.bzrignore 928.1.10 15 years ago Eric Day Fixes for Solaris build. 4.9 KB Diff Download File
ABOUT-NLS 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. 74.7 KB Diff Download File
AUTHORS 492.3.36 15 years ago Lee add my name to the AUTHORS file 358 bytes Diff Download File
configure.ac 970 15 years ago Brian Aker Merge Monty. 44.5 KB Diff Download File
COPYING 1 16 years ago brian clean slate 18.6 KB Diff Download File
Doxyfile 264.3.1 16 years ago Jay Pipes * Added Doxyfile configuration for doxygen builds 55.2 KB Diff Download File
DRIZZLE.FAQ 665.1.4 15 years ago Eric Herman Added pointer to online version of the FAQ 5.8 KB Diff Download File
EXCEPTIONS-CLIENT 1 16 years ago brian clean slate 5 KB Diff Download File
Makefile.am 942.1.4 15 years ago Monty Taylor Moved big tests to big suite. Added make target "m 5.1 KB Diff Download File
NEWS 194 16 years ago Brian Aker Documentation cleanup 41 bytes Diff Download File
README 665.1.3 15 years ago Eric Herman added some essential notes to the README 749 bytes Diff Download File