Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn 30fae8fa1d LibSQL: Allow constructing SQL values from a String hace 1 año
  Timothy Flynn cd0e07f6a4 LibSQL: Add a helper to convert a SQL::Value to a UnixDateTime hace 1 año
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} hace 1 año
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  kleines Filmröllchen effcd080ca Userland: Remove remaining users of Duration::now_realtime() hace 2 años
  Jelle Raaijmakers 194f846f12 LibSQL: Rename `Heap` constants to match our code style hace 2 años
  Jelle Raaijmakers a99c1297e0 LibSQL: Clean up code style and remove unused includes hace 2 años
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case hace 2 años
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() hace 2 años
  Timothy Flynn ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr hace 2 años
  Timothy Flynn 9b483625e6 LibIPC+Everywhere: Change IPC decoders to construct values in-place hace 2 años
  Timothy Flynn 781e3aea8b LibSQL: Convert string values to a double in a locale-independent manner hace 2 años
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors hace 2 años
  Timothy Flynn 264db4fc40 LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro hace 2 años
  Timothy Flynn 83bb25611e LibSQL: Add an IPC encoder/decoder for SQL::Value hace 2 años
  Timothy Flynn 53f8d62ea4 LibSQL: Partially implement the UPDATE command hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Timothy Flynn 7464dfa974 LibSQL: Add missing definition of Value's u32 comparator hace 2 años
  Timothy Flynn 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class hace 2 años
  Timothy Flynn 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value hace 2 años
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars hace 3 años
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) hace 3 años
  Timothy Flynn bfe1bd9726 LibSQL: Convert binary SQL operations to be fallible hace 3 años
  Timothy Flynn b15db851fe LibSQL: Short-circuit single-element tuple comparisons hace 3 años
  Timothy Flynn e13c96157c LibSQL: Implement converting float and tuple values to a boolean hace 3 años
  Timothy Flynn 8fab99e920 LibSQL: Use absolute value when comparing against floating point epsilon hace 3 años
  Mahmoud Mandour cd4dba87fa LibSQL: Avoid signed arithmetic in `IntegerImpl::compare` hace 3 años
  Jan de Visser 87f4c1677b LibSQL: Relax assignment rules for Null Values hace 3 años
  Jan de Visser 7ea54db430 LibSQL: Add 'schema' and 'table' to TupleElementDescriptor hace 3 años