silverstripe-framework/src/ORM/FieldType
2019-02-19 08:37:07 +07:00
..
DBBigint.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBBoolean.php API Remove Object class 2017-05-23 13:50:35 +12:00
DBClassName.php API Add getShortName to DBClassName 2017-11-15 11:27:58 +13:00
DBComposite.php Merge branch '4.1' into 4.2 2019-02-19 08:37:07 +07:00
DBCurrency.php Merge pull request #7714 from @zanderwar 2018-01-16 15:43:18 +00:00
DBDate.php API Remove @internal from new 4.2 methods 2018-06-15 13:14:42 +12:00
DBDatetime.php API Remove @internal from new 4.2 methods 2018-06-15 13:14:42 +12:00
DBDecimal.php BUG Fix decimal scaffolding 2017-10-10 10:13:26 +13:00
DBDouble.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBEnum.php BUG Fix DBEnum ignoring empty defaults 2017-11-17 12:35:39 +13:00
DBField.php [SS-2018-021] Fix potential SQL vulnerability in non-scalar value hyrdation 2019-02-12 20:44:17 +13:00
DBFloat.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBForeignKey.php ENHANCEMENT Make dropdownFieldThreshold configurable on DBForeignKey (#7789) 2018-02-13 10:32:55 +13:00
DBHTMLText.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBHTMLVarchar.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBIndexable.php DBIndexable::getIndexSpecs is responsible for returning a DBFields full indexable spec 2017-07-18 15:03:56 +12:00
DBInt.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBLocale.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoney.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMultiEnum.php Fix for "too few parameters" error when using DBMultiEnum 2018-03-28 16:42:12 +02:00
DBPercentage.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBPolymorphicForeignKey.php NEW Allow index type to be configured per DBField instance 2017-07-17 14:36:47 +12:00
DBPrimaryKey.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBString.php [SS-2018-021] Fix potential SQL vulnerability in non-scalar value hyrdation 2019-02-12 20:44:17 +13:00
DBText.php Fix "mb_stripos(): Empty delimiter" warning when no search-keywords are given for DBText::ContextSummary. 2018-03-01 11:39:30 +01:00
DBTime.php Separate out the log-out handling. 2017-06-07 21:11:58 +12:00
DBVarchar.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYear.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00