Commit Graph

62 Commits

Author SHA1 Message Date
Kasun Chathuranga
94ff649d0d Fix undefined index notices on sql_views_as_tables 2013-07-30 07:20:35 +05:30
Kasun Chathuranga
558c4df1bb Allow exporting views as if they were tables 2013-07-29 09:06:09 +05:30
Kasun Chathuranga
f94df61e97 Wrap lines exceeding 85 characters 2013-07-24 12:14:21 +05:30
Marc Delisle
dc92c72e8a Merge commit '77e67c3' 2013-07-19 09:13:51 -04:00
Marc Delisle
77e67c3f2c - bug #4019 Create database if not exists (export): add an option to the
interface to enable generating CREATE DATABASE and USE (false by default)
2013-07-19 09:09:24 -04:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
a51604e226 Merge branch 'QA_4_0' 2013-05-20 08:11:28 -04:00
ayusun
d8b9a0b28c creating database while exporting at database level 2013-05-16 20:52:50 +05:30
Kasun Chathuranga
413123bd74 PMA_DBI_field_flags --> PMA_DBI_fieldFlags 2013-05-04 08:46:53 +05:30
Kasun Chathuranga
a0543cf6c8 PMA_DBI_num_fields --> PMA_DBI_numFields 2013-05-04 08:44:26 +05:30
Kasun Chathuranga
2f0d55b708 PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta 2013-05-04 08:43:23 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
b8c764a86e PMA_DBI_get_triggers --> PMA_DBI_getTriggers 2013-05-01 00:09:36 +05:30
Kasun Chathuranga
4f4853ce1e PMA_DBI_get_definition --> PMA_DBI_getDefinition 2013-05-01 00:08:44 +05:30
Kasun Chathuranga
5d55cf1975 PMA_DBI_get_procedures_or_functions --> PMA_DBI_getProceduresOrFunctions 2013-05-01 00:07:43 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
7f56c8504d PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow 2013-05-01 00:03:03 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
2becd65b1d PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull 2013-04-30 23:33:00 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
Madhura Jayaratne
1bd394aed4 These @todos have reasonably been done 2012-10-28 18:29:38 +05:30
Madhura Jayaratne
c9f37be407 Add @subpackage tags 2012-10-28 18:27:38 +05:30
Michal Čihař
869d7c0e99 Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
5aea2de2cb Proper function naming 2012-08-30 22:52:32 +05:30
Madhura Jayaratne
12fbba3724 Inline control structures are discouraged 2012-08-30 22:19:00 +05:30
Alex Marin
34a0dace8a oop: some coding style for plugins 2012-08-16 23:10:33 +03:00
Michal Čihař
dae3543da1 Various coding style improvements (issue #88) 2012-08-13 20:17:59 +02:00
Michal Čihař
df1badb0fd Merge branch 'master' of git://github.com/hastenax/phpmyadmin into hastenax-master
Conflicts:
	libraries/plugins/export/ExportSql.class.php
2012-08-13 20:02:30 +02:00
Alex Marin
8ebbab0c30 oop: fix getTableDefStandIn for ExportSql 2012-08-13 09:42:22 +03:00
hastenax
9e4a839bc4 Update libraries/plugins/export/ExportSql.class.php
Fixed DOUBLE precision issue.
2012-08-09 14:41:50 +04:00
hastenax
a0786385cd Update libraries/plugins/export/ExportSql.class.php
Formatting and removed DOUBLE datatype, used FLOAT instead.
2012-08-08 11:55:21 +04:00
hastenax
1167d32baf Update libraries/plugins/export/ExportSql.class.php
Removed length on SMALLINT and BIGINT fields.
2012-08-07 17:55:36 +04:00
hastenax
967166f0d7 Update libraries/plugins/export/ExportSql.class.php
Removed length on TINYINT fields.
2012-08-07 17:38:38 +04:00
hastenax
a0b17d99c7 Update libraries/plugins/export/ExportSql.class.php
Fixed DEFAULT field value replacing issue.
2012-08-07 16:53:11 +04:00
hastenax
0249919c15 Update libraries/plugins/export/ExportSql.class.php
Fixed issue with int, date, unsigned text inside DEFAULT field value.
2012-08-07 16:09:34 +04:00
hastenax
da855d34d0 Update libraries/plugins/export/ExportSql.class.php
Rewrited, backquote_compat parameters order changed. Prevented multiple IDENTITY_INSERTs.
2012-08-02 23:18:13 +04:00
hastenax
a54bee033d Update libraries/plugins/export/ExportSql.class.php
Rewrited for new method backqoute_compat with SQL $compatibility param.
2012-08-02 17:25:05 +04:00
hastenax
b210f1339e Update libraries/plugins/export/ExportSql.class.php
Extended MSSQL compatibility features.
2012-08-02 16:31:01 +04:00
hastenax
0d1cd54dcc Update libraries/plugins/export/ExportSql.class.php
Extended MSSQL compatibility exporting mode.
2012-08-02 16:28:26 +04:00