Why does the MetabaseFetch*Result for date and time return iso format instead of unix timestamp values? Seems to me that there is a bit of repetive and ...
Joe Brown
shmengie_2000@...
Mar 2, 2001 7:17 pm
217
Hello, ... Most databases support the ISO format for native date and time fields. ... Not everybody wants to store date and time fields as Unix timestamps. ...
mlemos@...
Mar 2, 2001 7:41 pm
218
Hello fellows, I´ve tried to use metabase with Oracle 8i here but it seems to be very different than OCI Funcions from PHP, however, I tried and could not do ...
Ernani Joppert Pontes...
ernani@...
Mar 5, 2001 7:43 pm
219
Im looking to use Metabase in phpGroupWare for our setup program, but Im not clear as to what requirements it has. Does it require php to be compiled...
Dan Kuykendall
dan@...
Mar 5, 2001 8:59 pm
220
Hello, ... but Im ... Not for normal database access. The XML support is only needed for parsing the schema definition files. ... No. ... ported ... you ... ...
mlemos@...
Mar 5, 2001 9:47 pm
221
I have finally sat down and started looking thru the code to answer some of my questions and notice that you depend on an xml_parser.php file. I did some...
Dan Kuykendall
dan@...
Mar 5, 2001 9:53 pm
222
Im not getting the yahoo mailing list emails, even tho Im subscribed, so Im cutting and pasting. This may screw up some threaded email readers. ... Ah ha! So...
Dan Kuykendall
dan@...
Mar 5, 2001 10:11 pm
223
Hello, ... some ... file. I ... there is ... that ... documentation. Actually, no, sorry. ... the ... Sort of. Alex Black that manages Binary Cloud is a big...
mlemos@...
Mar 5, 2001 10:13 pm
224
... I will become one too if I can get this to work out for me. phpGW is a fairly popular project which can give metabase some more exposure. ... Ahh, now I...
Dan Kuykendall
dan@...
Mar 5, 2001 10:31 pm
225
Hello, ... the ... writing/finding ... the ... but it ... to? It could be but there isn't much point to go for all that effort. Anyway, if you don't want to...
mlemos@...
Mar 6, 2001 1:57 am
226
Hello, ... of ... a ... Great. If you would like to start exchanging exposure right now we may start exchanging banners between the PHP Groupware site and the...
mlemos@...
Mar 6, 2001 2:02 am
227
... Good plan! Do you have an example of what the array would look like? Also, which files would I need to change to just use the array? So far i only see the...
Dan Kuykendall
dan@...
Mar 6, 2001 2:24 am
228
Hello, ... have ... the ... schema ... It is in the documentation: Schema description data structure metabase.html#147.2.2 ... If you want to install for the...
mlemos@...
Mar 6, 2001 5:01 pm
229
... I want to thank you for your time. I have spent a little time running thru your table upgrade code, and compared it with what one of the guys involved with...
Dan Kuykendall
dan@...
Mar 6, 2001 5:17 pm
230
Hello, ... running ... guys ... think ... Really? In what aspects his code would handle schema upgrades better? ... the ... of ... the ... troublesome ... ...
mlemos@...
Mar 6, 2001 5:57 pm
231
Here is what I originally got from Mike. I believe there is a small sample in there. So far it only supports mysql and pgsql. We are going to work on the other...
Dan Kuykendall
dan@...
Mar 6, 2001 7:34 pm
232
Hello, ... going ... This is odd. Maybe that is something that escapes my understanding, but I could not see exactly where this is better than the way Metabase...
mlemos@...
Mar 6, 2001 10:12 pm
233
... I guess it depends on what you want to have done ... For example, in some of the upgrades there are changes to the actual data, which we write sql...
Dan Kuykendall
dan@...
Mar 7, 2001 9:48 am
234
Hello, ... table ... may ... way ... same ... way to ... the ... you ... sure ... Erm... I guess you did not realize that Metabase also manages table data...
mlemos@...
Mar 7, 2001 1:58 pm
235
... OK. Let me give you a senerio and you tell me if it can do this as it is currently designed. User installs 0.1 0.2 needs the following changes: 1) Adds a...
Dan Kuykendall
dan@...
Mar 7, 2001 7:16 pm
236
Hello, ... table ... it is ... system ... table ... table ... contacts ... take ... to ... basic ... execute ... be ... What Metabase does is to let you define...
mlemos@...
Mar 8, 2001 12:09 am
237
... OK. So for now metabase would not do what we need, if I understand you correctly. This is not to say that it couldnt with a little work, but todays version...
Dan Kuykendall
dan@...
Mar 8, 2001 4:55 am
238
Hello Ernani, ... I could sware I have replied to this message before... :-) Maybe you would like to try this PHP class that already does that using Metabase,...
Manuel Lemos
mlemos@...
Mar 11, 2001 11:29 pm
239
Hello Dan, ... ok. ... Not quite. What happens with Metabase, is that when it installs a database schema, it copies the schema to a backup file. When you...
Manuel Lemos
mlemos@...
Mar 11, 2001 11:29 pm
240
... But it still leaves changes to the data out of the picture, when your dealing with situations like I used in my example. Right or wrong? ... Great, I will...
Dan Kuykendall
dan@...
Mar 12, 2001 7:31 am
241
Thanks Manuel I will try to understand it... []s Ernani ... De: Manuel Lemos [mailto:mlemos@...] Enviada em: domingo, 11 de março de 2001 02:00 Para:...
Ernani Joppert Pontes...
ernani@...
Mar 12, 2001 5:40 pm
242
Hi, I've just started trying to use Metabase after using PHPLib for database abstraction. I have the following piece of code, which keeps on throwing up the...
Peter Bowyer
reywob@...
Mar 14, 2001 9:54 pm
243
Hello ... database ... throwing ... existing DBMS ... using ... You need to correct the IncludePath options. See below. ... It should be just: ...
mlemos@...
Mar 14, 2001 11:32 pm
244
OK. Im back again and trying to make this work. I would really like to be able to use metabase, because I do think you have a decent solution, but as mentioned...
Dan Kuykendall (Seek3r)
dan@...
Mar 15, 2001 3:24 am
245
Hello, ... to ... solution, ... all ... for ... looked ... Metabase only needs the schema definitions to install or upgrade the schema. To figure what where...