... Awesome, I will play around with it as well. I don't really have a good testbed for it though. Maybe the binarycloud people have? Since the pgsql driver...
Hi Lukas, You may insert MDB api calls in your app framework instead of for example raw sql. But to generate an instance of the framework you may need to get...
I am not quite sure what you mean … You can list all indexes on a table. You can also make a column unique. But there is not really support for primary keys...
Lukas, thank you for answering. I will try to clarify my question but I will not ellaborate further because it may be a distraction from the goal of MDB. My...
Actually MDB has facilities to „read out“ the database structure … This is used for the xml schema reverse engineering … that is creating a xml schema...
Hello, ... Yes, but that just like 30% of the users of Metabase. That is still a lot of people that will not even consider switching because their databases...
Hello, ... Humm... I would have to know which version exactly you got before to take a diff. Alternatively, I may get you access to a temporary CVS server if...
Hello, ... I don't think it is appropriate because it is not necessarily the same thing. Anyway, why do you insist on spending time changing things that...
699
metabase-dev@yahoogro...
Jul 22, 2002 5:47 am
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 :...
700
metabase-dev@yahoogro...
Jul 22, 2002 5:48 am
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 :...
701
metabase-dev@yahoogro...
Jul 22, 2002 5:49 am
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 :...
702
metabase-dev@yahoogro...
Jul 22, 2002 5:50 am
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 :...
Hello, Since InnoDB can now be used also for transactions, I added the setup option DefaultTableType to the MySQL driver to define the default table type so...
Hi! I¡¦m not that experienced with PHP programming and databases but please help me out with this issue. I have made a neat little application where I have...
Hello, ... You do not have to go from the XML definition, but it is convinient in case you want to make changes to your schema later. The Metabase manager ...
Hi, why do you do a strotolower here? Function GetTableIndexDefinition(&$db,$table,$index,&$definition) { $index_name=strtolower($index); cant this collide...
Hi! I have a small newbie question: Which database abstraction should I use? I've started implementing Metabase but just when I got the hang of it, I realized...
Hello, ... Actually that was copy and pasted code from the GetTableFieldDefinition. Field names are indeed case insensitive. I don't know about index names but...
Hello, ... If you already have a significant body of code based on one database abstraction, migration will cost you time (and eventually money). Stig has...
For what it's worth, I have been using Metabase for about one year now with very good results. Both it's API and functionality are very stable and its author,...
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 ...