Hi, I am still on track to deliver MDB release candidate 1.0 by early august (read in the next 7 days). Depending on how much bugs are found a release of 1.0...
Thank you all very much for helping me out here. I have decided to keep the Metabase API although I will put it in one of my own abstraction layers and then...
Aloha, well I think MDB is about ready for a first release candidate. I think the API is solid now and the PostGreSQL driver is ready for operation (only xml...
Hi, I finally figured out the problem with lob support under windows! The problem is that windows needs a 'b' for binary files in fopen (see the manual) Best...
Hello, ... I think it is better to leave schema reverse engineering undocumented for now until I figure how the actual data migration can be done with an ...
... an ... Well I dont think that anyone will include it in their application. So most likely they will use this on a case per case basis without having much...
Hello, ... Exactly. The current ODBC driver is not very useful because it is not able to figure certain vital characteristics from the ODBC API to let Metabase...
Hello, ... Yes, but I don't think it would be professional to announce something clearly known to be half done/half useful especially when I know that I may...
Hello, ... That is odd. Although it seems logic, that does not explain why it did not fail when I tried the driver tests under Windows. I guess it was ...
... Odd indeed ... complain. According to the manual the 'b' is ignored on all other platforms. But the purpose of the 'b' is to differentiate between text and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Aug 7, 2002 1:08 pm
727
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Aug 7, 2002 1:09 pm
728
Hello, ... Operations with files should always be binary safe data . If it does not matter for all platforms or PHP versions if the b flag is there, there is...
... GetTableFieldDefinition. ... names ... know, ... name ... ok it seems that atleast mysql under windows is caseinsensitive: so I guess we should also...
Hi, the start tag in the documentation is not marked as required .. there even is a default set for it (1) ... yet the parser does not allow missing start tags...
Hi, ... (or ... w3c, ... Well the reason that the format ist he way it is simple: it is the Metabase format :-) In the future I want to make this all more...
Hi folks, RC2 is out: http://pear.php.net/package-info.php?package=MDB Release Notes: http://pear.php.net/package-changelog.php?package=MDB&release=1.0_RC2 ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Aug 25, 2002 8:26 am
737
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Aug 25, 2002 8:28 am
738
Are you sure that sequences dont have the default value if 1? Regards, Lukas ... [mailto:metabase-dev@yahoogroups.com] ... http://docs.yahoo.com/info/terms/...
Hello, ... Yes, as I guessed. Maybe I even should lower the case of sequences and tables defined schemas. OTOH, maybe I just should document that as a issue...
Hello, ... No, they do not seem to be a good idea because I only know about MySQL as a database that supports it. Usually it is better to have short integer of...
Hello, I am really not into any competition but the author of this site seems to be encouraging authors of the envolved database abstraction packages to make...
Hello, ... I need to make some time to document these classes, but for now you need to ask me. If you need to customize what shows in a certain column of the...
Hi, mysql allows you to store text in a blob field when you dump that data you end up with text data, which is rejected by the parser based on the following...