Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
4af2a2a9
Commit
4af2a2a9
authored
Oct 31, 2010
by
Benjamin Eberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about float support, but with note about setlocale() restriction
parent
0572953b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
types.txt
reference/en/types.txt
+2
-1
No files found.
reference/en/types.txt
View file @
4af2a2a9
...
...
@@ -11,13 +11,14 @@ the supported database vendors:
* BigInt
* String (string with maximum length, for example 255)
* Text (strings without maximum length)
* Decimal (restricted floats)
* Decimal (restricted floats
, *NOTE* Only works with a setlocale() configuration that uses decimal points!
)
* Boolean
* DateTime
* Date (DateTime instance where only Y-m-d get persisted)
* Time (DateTime instance where only H:i:s get persisted)
* Array (serialized into a text field for all vendors by default)
* Object (serialized into a text field for all vendors by default)
* Float (*NOTE* Only works with a setlocale() configuration that uses decimal points!)
Types are flyweights. This means there is only ever one instance of a type and it is not allowed to contain any state.
Creation of type instances is abstracted through a static get method `Doctrine\DBAL\Types\Type::getType()`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment