Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a9971e4e
Commit
a9971e4e
authored
Feb 21, 2018
by
Carsten Rose
Browse files
Add doc for Multi-DB
parent
e080ce38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a9971e4e
...
...
@@ -36,6 +36,10 @@ clean:
update-qfq-doc
:
rsync
-av
--delete
--exclude
=
_make
--exclude
=
_static extension/Documentation/ ../qfq-doc/Documentation/
cd
../qfq-doc
git commit
-a
git push
cd
../qfq
git-revision
:
make-dist-dir
echo
$(GIT_REVISION_LONG)
>
$(DISTDIR)
/revision.git
...
...
extension/qfq/qfq/Constants.php
View file @
a9971e4e
...
...
@@ -795,6 +795,7 @@ const F_PARAMETER = 'parameter'; // valid for F_ and FE_
// Form columns: via parameter field
const
F_DB_INDEX
=
'dbIndex'
;
const
F_DB_INDEX_EXTRA
=
'dbIndexExtra'
;
const
DB_INDEX_DEFAULT
=
"1"
;
const
PARAM_DB_INDEX_DATA
=
'__dbIndexData'
;
// Submitted via SIP to make record locking DB aware.
...
...
Write
Preview
Supports
Markdown
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