[TYPO3-dev] Problem with long strings in tt_content (Oracle)
Moreno Feltscher
moreno.feltscher at gmail.com
Thu Dec 6 16:19:37 CET 2007
> Isn't TEXT a LOB? It is so on Oracle. But ADOdb will hide that fact from
> you, so you don't have to worry.
I spoke with our Oracle admin some minutes ago: LONG isn't used
anymore in 10g. I'll try CLOB. He said it wouldn't be a problem to
change this, nice news! I'll test it now and let you know how does it
work (or not ;-) ).
> But if you really need help contact the company I work for, we have some
> in-house Oracle devs which may help. But the help won't be for free, though
> any results that are not hacks will go into the Core.
Same in my company. So I try to help wherever I can..
> Firsts, I would use $GLOBALS['TYPO3_DB']->sql_query() for complex queries to ensure that they are not altered by TYPO3.
Thanks Dmitry, I'll try this and let you know how does it work.
But... aren't there any INNER/RIGHT/LEFT JOINs in the core's core? I
cannot believe..
Moreno
More information about the TYPO3-dev
mailing list