Commit History

Author SHA1 Message Date
  Nathaniel van Diepen 4bc7f6a47d Give better errors. Return row count even if PDO doesn't want to behave. Attempt to return the lastInsertId properly 6 years ago
  Nathaniel van Diepen 4861154b06 Fix belongs_to relationship. Fix exist/existelse being too greedy 6 years ago
  Nathaniel van Diepen b4e94e0700 ORM id's don't have to be numeric anymore 6 years ago
  Nathaniel van Diepen 46fb1bcf37 Fix fetching in ORM and tables 6 years ago
  Nathaniel van Diepen b252e7de41 Attempt to throw better orm warnings 6 years ago
  Nathaniel van Diepen 6e06fec289 Throw warnings if an ORM instance is unable to update/insert a row 6 years ago
  Nathaniel van Diepen efa4e2a8cc Catch errors on destruct of ORM 6 years ago
  Nathaniel van Diepen f2ab50c20c * Make the following JsonSerializable 7 years ago
  Nathaniel van Diepen 5b95f9b694 * Fix up base being set on apps 7 years ago
  Nathaniel van Diepen ed56a58fdd * Make Router::url() static 7 years ago
  Nathaniel van Diepen 53370b2769 * Fix a problem with dypaths were /path/ and /path are not treated as the same route 7 years ago
  Nathaniel van Diepen 13f90b5f13 * Don't make earray force convert into integer offsets 7 years ago
  Nathaniel van Diepen 9cdfe7eb0d * Clean up error handleing 7 years ago
  Nathaniel van Diepen ae46728aa8 * Remove old sql code since pdo is much nicer 7 years ago
  Nathaniel van Diepen 9e10a83d52 * Move migration class to SQL/ 7 years ago
  Nathaniel van Diepen f1b18e933c * Use different style for formatting 7 years ago
  Nathaniel van Diepen 5b1bf7599d * Update ORM to handle binding with just a string or secure string and automatically creating the SQL instance 7 years ago
  Nathaniel van Diepen ef4eed7750 * Make sure to scope models properly in ORM 7 years ago
  Nathaniel van Diepen 96a61b1774 * Update namespacing everywhere 7 years ago
  Nathaniel van Diepen 91d8ece433 * Fix host mapping 7 years ago
  Nathaniel van Diepen 9716442c9d * Add guid to sql so that array_diff will work 7 years ago
  Nathaniel van Diepen cf75feb858 * Add EArray 7 years ago
  Nathaniel van Diepen aa12355ee5 * Add static::fetch() for grabbing an array of objects 7 years ago
  Nathaniel van Diepen d8d28b1a80 * Attempt to properly handle cleaning up connections/queries 7 years ago
  Nathaniel van Diepen 9627886e1d * Add App::import_all helper static function 7 years ago
  Nathaniel van Diepen 23424184d3 * Allow domains to be mapped to another domain in an app 7 years ago